Offline page colors for dark theme (#12423)

This commit is contained in:
ludwiczakpawel 2021-01-25 20:23:18 +01:00 committed by GitHub
parent def0cf2437
commit b8be2edb49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,20 +17,13 @@
<style>
html,
body,
canvas {
height: 100%;
width: 100%;
margin: 0;
font-family: Helvetica;
canvas {
user-select: none;
}
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #444444;
}
h2,
@ -105,7 +98,7 @@
margin-top: 20px;
}
#footer-container {
.crayons-footer {
display: none;
}