Offline page colors for dark theme (#12423)
This commit is contained in:
parent
def0cf2437
commit
b8be2edb49
1 changed files with 2 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue