summaryrefslogtreecommitdiffstats
path: root/site/style/main.sass
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-19 23:18:22 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-19 23:30:44 +0100
commitb5ebe89cc8353fd6ad4c6d31022a1c478c699ab2 (patch)
treed9e7a1d0ee7cffb975aa27674762417cb359dd89 /site/style/main.sass
parentName the toolchain and provide some context about its series (diff)
Always use variables for colors in main.sass
Diffstat (limited to 'site/style/main.sass')
-rw-r--r--site/style/main.sass8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/style/main.sass b/site/style/main.sass
index 9872654..82eb34d 100644
--- a/site/style/main.sass
+++ b/site/style/main.sass
@@ -149,16 +149,16 @@ body#vcard
#history
summary
- color: black
+ color: $primary-color
font-weight: bold
table
- border-top: 2px solid black;
- border-bottom: 2px solid black;
+ border-top: 2px solid $primary-color
+ border-bottom: 2px solid $primary-color
border-collapse: collapse;
td
- border-bottom: 1px solid black
+ border-bottom: 1px solid $primary-color
padding: .5em
vertical-align: top