Using constants for most CSS variables now

This commit is contained in:
2018-03-18 19:09:58 +01:00
parent b9d172394c
commit 180c5b475b
9 changed files with 15 additions and 19 deletions

View File

@ -1,4 +1,4 @@
frontpage-bg-color = rgb(32, 32, 32)
const frontpage-bg-color = rgb(32, 32, 32)
.frontpage-background
position absolute
@ -16,7 +16,7 @@ frontpage-bg-color = rgb(32, 32, 32)
top 50%
left 50%
transform translateX(-50%) translateY(-50%)
a, h1, h2
color white !important
text-shadow 0px 0px 4px rgb(0, 0, 0, 0.75)
@ -35,7 +35,7 @@ frontpage-bg-color = rgb(32, 32, 32)
margin-bottom 1em
line-height 1.2em
text-align center
.footer
text-align center
margin-top content-padding