diff options
author | Daniel Molkentin | 2017-07-05 00:53:03 +0200 |
---|---|---|
committer | Daniel Molkentin | 2017-07-05 00:53:03 +0200 |
commit | 8700cad28e225dc187193859c2cd47410ab5f2a0 (patch) | |
tree | 8d51fddb55bdfd62b9e5574a7e454d72b544cc25 /configs/conferences/fcmc/main.less | |
parent | 8e5f7e4c7adec8aac11e71e514aa248799976ffe (diff) |
FCMC: small color fix
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fcmc/main.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less index b71f4d6..91fbd3f 100644 --- a/configs/conferences/fcmc/main.less +++ b/configs/conferences/fcmc/main.less @@ -9,7 +9,6 @@ @brand-primary: @yellow; @text-color: white; - @link-color: white; @link-hover-color: white; @@ -52,3 +51,6 @@ html { border-bottom: 2px solid #666; } +.well { + color: black; +} |