mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-03-10 17:28:49 +01:00
docs: Color adjustments
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
1c9e46b763
commit
8b961c9e8f
1 changed files with 36 additions and 44 deletions
10
docs/templates/_variables.html
vendored
10
docs/templates/_variables.html
vendored
|
@ -18,11 +18,6 @@
|
||||||
|
|
||||||
--shadow-color: #ddd;
|
--shadow-color: #ddd;
|
||||||
|
|
||||||
/* Font used for headers (h1 & h2) */
|
|
||||||
--header-font-family: "Fira Sans", sans-serif;
|
|
||||||
/* Font used for text */
|
|
||||||
--text-font-family: "Fira Sans", sans-serif;
|
|
||||||
|
|
||||||
--header-text-color: #fcfaf6;
|
--header-text-color: #fcfaf6;
|
||||||
--header-text-color-over: #fcfa83;
|
--header-text-color-over: #fcfa83;
|
||||||
--header-font-family: "et-book", sans-serif;
|
--header-font-family: "et-book", sans-serif;
|
||||||
|
@ -31,10 +26,9 @@
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--primary-color: #382929;
|
|
||||||
--primary-text-color: #d7d7d7;
|
--primary-text-color: #d7d7d7;
|
||||||
--primary-text-color-over: #FFF;
|
--primary-text-color-over: #FFF;
|
||||||
--primary-link-color: #9b9b9b;
|
--primary-link-color: deepskyblue;
|
||||||
--secondary-color: #282828;
|
--secondary-color: #282828;
|
||||||
--secondary-text-color: #f2f2f2;
|
--secondary-text-color: #f2f2f2;
|
||||||
--toc-highlight-text-color: #f2f2f2;
|
--toc-highlight-text-color: #f2f2f2;
|
||||||
|
@ -43,8 +37,6 @@
|
||||||
--code-background-color: #4a4a4a;
|
--code-background-color: #4a4a4a;
|
||||||
|
|
||||||
--shadow-color: #202020;
|
--shadow-color: #202020;
|
||||||
--header-font-family: "Fira Sans", sans-serif;
|
|
||||||
--text-font-family: "Fira Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue