diff options
Diffstat (limited to 'configs/conferences')
| -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; | 
