aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-04 15:18:45 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-04 15:18:45 +0000
commitf6722674357a2d6bb9947d3013f77cb5dda180a1 (patch)
treeeca0e393005c740ac3eeb2a6080f10d25e559c29
parent2d20bcf84e98769edd3905bec8bdedb92ce22bff (diff)
downloadvericert-docs-f6722674357a2d6bb9947d3013f77cb5dda180a1.tar.gz
vericert-docs-f6722674357a2d6bb9947d3013f77cb5dda180a1.zip
Update colors some more
-rw-r--r--assets/_custom.scss11
-rw-r--r--assets/_variables.scss12
2 files changed, 7 insertions, 16 deletions
diff --git a/assets/_custom.scss b/assets/_custom.scss
index bacd9c3..3fc88b8 100644
--- a/assets/_custom.scss
+++ b/assets/_custom.scss
@@ -23,15 +23,6 @@
text-align: center;
}
-.book-page {
- background: var(--gray-100);
- border-radius: 20px;
-}
-
-.markdown pre {
- background-color: var(--body-background);
-}
-
.markdown h1 {
font-size: 3em;
}
@@ -50,7 +41,7 @@
}
.markdown code {
- background: var(--gray-100);
+ background: var(--background-color);
padding: 0;
border-radius: 0;
}
diff --git a/assets/_variables.scss b/assets/_variables.scss
index 2bcc075..55adef0 100644
--- a/assets/_variables.scss
+++ b/assets/_variables.scss
@@ -1,14 +1,14 @@
// Themes
@mixin theme-light {
- --gray-100: #fffff8;
+ --gray-100: #fff5db;
--gray-200: #f2e6c1;
--gray-500: #e5dab7;
- --color-link: #33a083;
- --color-visited-link: #33a083;
+ --color-link: #29876e;
+ --color-visited-link: #29876e;
- --body-background: #fff8e5;
- --body-font-color: #0b1326;
+ --body-background: #fffbf2;
+ --body-font-color: #000;
--icon-filter: none;
@@ -26,7 +26,7 @@
--color-visited-link: #80e5ca;
--body-background: #363f54;
- --body-font-color: #fffbf2;
+ --body-font-color: #fff;
--icon-filter: brightness(0) invert(1);