diff options
author | thomic | 2016-09-01 22:39:59 +0200 |
---|---|---|
committer | thomic | 2016-09-01 22:39:59 +0200 |
commit | a66d1aba8d34f3783c692a792c851e44948830f7 (patch) | |
tree | 06e463c69d3d17a19e6c384d03f0ccf88cb59743 /configs | |
parent | 8a4e58b8abb44ed1b77dbda0406f85f8c719339e (diff) |
fixed css bugs
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/mrmcd16/main.less | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/configs/conferences/mrmcd16/main.less b/configs/conferences/mrmcd16/main.less index 4e9ace2..a0c98b7 100644 --- a/configs/conferences/mrmcd16/main.less +++ b/configs/conferences/mrmcd16/main.less @@ -22,11 +22,30 @@ @navbar-default-link-color: white; +.panel-default { + color: @dark-grey; + a { + color: @dark-grey; + } +} + +.panel-primary { + background-color: @light-grey; + border-color: @light-grey; + color: white; + a { + color: white; + } +} + +.well { + color: @dark-grey; +} + body { background-color: black; } - img.MRMCD16 { width: 500px; position: absolute; |