Compare commits

..

No commits in common. "08069302c0c3ad01b4d030baece760d045154632" and "9809e146362b241d3393579d8c2b02b754e68e1c" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View file

@ -2,7 +2,7 @@
--foreground: #1a1a1a; --foreground: #1a1a1a;
--background: #fdfdfdf0; --background: #fdfdfdf0;
--html-border: #c9c9c9; --html-border: #c9c9c9;
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --html-background: #e3e3e3;
--blockquote-text: #606060; --blockquote-text: #606060;
--blockquote-border: #e6e6e6; --blockquote-border: #e6e6e6;
--button-primary: #e3e3e3; --button-primary: #e3e3e3;
@ -14,7 +14,7 @@
--foreground: #fdfdfd; --foreground: #fdfdfd;
--background: #1a1a1af0; --background: #1a1a1af0;
--html-border: #4c4c4c; --html-border: #4c4c4c;
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --html-background: #2b2a33;
--blockquote-text: #e6e6e6; --blockquote-text: #e6e6e6;
--blockquote-border: #606060; --blockquote-border: #606060;
--button-primary: #4c4c4c; --button-primary: #4c4c4c;
@ -22,10 +22,6 @@
} }
} }
. {
background: var(--html-background);
}
html { html {
color: var(--foreground); color: var(--foreground);

View file

@ -2,7 +2,7 @@
--foreground: #1a1a1a; --foreground: #1a1a1a;
--background: #fdfdfdf0; --background: #fdfdfdf0;
--html-border: #c9c9c9; --html-border: #c9c9c9;
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --html-background: #e3e3e3;
--blockquote-text: #606060; --blockquote-text: #606060;
--blockquote-border: #e6e6e6; --blockquote-border: #e6e6e6;
--button-primary: #e3e3e3; --button-primary: #e3e3e3;
@ -14,7 +14,7 @@
--foreground: #fdfdfd; --foreground: #fdfdfd;
--background: #1a1a1af0; --background: #1a1a1af0;
--html-border: #4c4c4c; --html-border: #4c4c4c;
--html-background: linear-gradient(to bottom, #5a6fde 0%, #391d87 100%); --html-background: #2b2a33;
--blockquote-text: #e6e6e6; --blockquote-text: #e6e6e6;
--blockquote-border: #606060; --blockquote-border: #606060;
--button-primary: #4c4c4c; --button-primary: #4c4c4c;
@ -22,6 +22,7 @@
} }
} }
html { html {
color: var(--foreground); color: var(--foreground);
background: var(--html-background); background: var(--html-background);