diff options
-rw-r--r-- | configs/conferences/fcmc/main.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less index 7e57024..b917b2a 100644 --- a/configs/conferences/fcmc/main.less +++ b/configs/conferences/fcmc/main.less @@ -22,6 +22,15 @@ body { min-height: 100%; } +.overview { + .panel { + .panel-body { + a { color: black; } + &:href { color: #666; } + } + } +} + html { min-height: 100%; } |