diff options
author | Sophie Schiller | 2018-11-24 00:31:06 +0100 |
---|---|---|
committer | Sophie Schiller | 2018-11-24 00:31:06 +0100 |
commit | d3b9c99ed082dfb89c41410a3a931f9f16dcef74 (patch) | |
tree | a20a956ae440b1fafa1f4aa2883b286d9f8636b1 /configs | |
parent | c360d2562d24dcf919885bb6033196ff57fa2a0e (diff) |
rustfestrome2018: make text readable
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/rustfestrome2018/main.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/rustfestrome2018/main.less b/configs/conferences/rustfestrome2018/main.less index cff34dd..24f3239 100644 --- a/configs/conferences/rustfestrome2018/main.less +++ b/configs/conferences/rustfestrome2018/main.less @@ -5,7 +5,7 @@ @link-color: #1b5fbf; @panel-primary-border: white; -@text-color: white; +@text-color: black; @font-face { font-family: 'Source Sans Pro Light'; |