style sheet changes
This commit is contained in:
parent
3b8869893c
commit
7ce30f1b1e
1 changed files with 10 additions and 12 deletions
|
|
@ -5,22 +5,26 @@
|
|||
--html-background: #e3e3e3;
|
||||
--blockquote-text: #606060;
|
||||
--blockquote-border: #e6e6e6;
|
||||
--button-border: #fdfdfd;
|
||||
--button-background: #e3e3e3;
|
||||
--button-border: #e3e3e3;
|
||||
--button-background: #d0d0d0;
|
||||
}
|
||||
|
||||
:root:has(#dark-mode-toggle:checked) {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--foreground: #fdfdfd;
|
||||
--background: #1a1a1a;
|
||||
--border: #4c4c4c;
|
||||
--html-background: #333333;
|
||||
--html-background: #303030;
|
||||
--blockquote-text: #e6e6e6;
|
||||
--blockquote-border: #606060;
|
||||
--button-border: #4c4c4c;
|
||||
--button-background: #404040;
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
color: var(--foreground);
|
||||
background: url("recursion.gif");
|
||||
/*background: url("recursion.gif");*/
|
||||
background: var(--html-background);
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
|
||||
|
|
@ -143,12 +147,6 @@ article {
|
|||
h1 {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
/*
|
||||
section {
|
||||
flex-direction: column;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue