summaryrefslogtreecommitdiffstats
path: root/site/style/main.sass
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-15 19:02:59 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-15 19:02:59 +0100
commit84282c361c42fd89d976963f5cd47df7488def66 (patch)
tree35f576503f2766c13d9054f32a72b06b7017b3da /site/style/main.sass
parentAdd a new section for news and announcements (diff)
Use a light theme
Diffstat (limited to 'site/style/main.sass')
-rw-r--r--site/style/main.sass20
1 files changed, 12 insertions, 8 deletions
diff --git a/site/style/main.sass b/site/style/main.sass
index ca24d50..3cbab03 100644
--- a/site/style/main.sass
+++ b/site/style/main.sass
@@ -1,3 +1,7 @@
+$bg-color: #fcfcfc
+$fg-color: #333
+$primary-color: black
+
*
box-sizing: border-box
@@ -7,12 +11,12 @@ body, html
padding: 0
margin: 0
font-size: 100%
- background: #29222E
- color: #E0CEED
+ background: $bg-color
+ color: $fg-color
font-family: 'et-book', serif
h1, h2, h3, h4, h5, a[href]
- color: #68d3a7
+ color: $primary-color
h1, h2, h3, h4, h5
font-family: sans-serif
@@ -55,7 +59,7 @@ body#default
img
text-align: center
- border: 3px solid #68d3a7
+ border: 3px solid $primary-color
border-radius: 50%
width: 125px
@@ -107,14 +111,14 @@ body#vcard
img
display: block
- border: 3px solid #68d3a7
+ border: 3px solid $primary-color
border-radius: 50%
width: 175px
margin: auto
margin-bottom: 3em
h1
- color: #68d3a7
+ color: $primary-color
font-size: 300%
text-align: center
@@ -122,14 +126,14 @@ body#vcard
font-weight: bold
a
- color: #68d3a7
+ color: $primary-color
/* indexes */
.index
dt
font-weight: bold
- color: #68d3a7
+ color: $primary-color
dd
margin-left: 0