diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css index d491fd4..79bf59f 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); :root { - --bg: #FDF4EA; - --fg: #282725; + --bg: #F3FFF0; + --fg: #1E221B; } html { |