Compare commits
2 commits
9809e14636
...
08069302c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 08069302c0 | |||
| f5ed3051e7 |
2 changed files with 8 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
--foreground: #1a1a1a;
|
||||
--background: #fdfdfdf0;
|
||||
--html-border: #c9c9c9;
|
||||
--html-background: #e3e3e3;
|
||||
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%);
|
||||
--blockquote-text: #606060;
|
||||
--blockquote-border: #e6e6e6;
|
||||
--button-primary: #e3e3e3;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
--foreground: #fdfdfd;
|
||||
--background: #1a1a1af0;
|
||||
--html-border: #4c4c4c;
|
||||
--html-background: #2b2a33;
|
||||
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%);
|
||||
--blockquote-text: #e6e6e6;
|
||||
--blockquote-border: #606060;
|
||||
--button-primary: #4c4c4c;
|
||||
|
|
@ -22,6 +22,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
. {
|
||||
background: var(--html-background);
|
||||
}
|
||||
|
||||
|
||||
html {
|
||||
color: var(--foreground);
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
--foreground: #1a1a1a;
|
||||
--background: #fdfdfdf0;
|
||||
--html-border: #c9c9c9;
|
||||
--html-background: #e3e3e3;
|
||||
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%);
|
||||
--blockquote-text: #606060;
|
||||
--blockquote-border: #e6e6e6;
|
||||
--button-primary: #e3e3e3;
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
--foreground: #fdfdfd;
|
||||
--background: #1a1a1af0;
|
||||
--html-border: #4c4c4c;
|
||||
--html-background: #2b2a33;
|
||||
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%);
|
||||
--blockquote-text: #e6e6e6;
|
||||
--blockquote-border: #606060;
|
||||
--button-primary: #4c4c4c;
|
||||
|
|
@ -22,7 +22,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
html {
|
||||
color: var(--foreground);
|
||||
background: var(--html-background);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue