mirror of
https://github.com/voc/streaming-website
synced 2024-11-15 08:57:11 +00:00
fixed css
This commit is contained in:
parent
f121955354
commit
8a4e58b8ab
1 changed files with 20 additions and 2 deletions
|
@ -2,7 +2,25 @@
|
|||
|
||||
// conference specific styles here
|
||||
|
||||
@brand-primary: #fff;
|
||||
@darker-grey: lighten(black, 15%);
|
||||
@dark-grey: lighten(black, 20%);
|
||||
@light-grey: lighten(black, 30%);
|
||||
@lighter-grey: lighten(black, 40%);
|
||||
|
||||
// often configured values (and their defaults):
|
||||
|
||||
@brand-primary: #aaa;
|
||||
@text-color: white;
|
||||
|
||||
@link-color: white;
|
||||
@link-hover-color: @lighter-grey;
|
||||
|
||||
@navbar-default-color: white;
|
||||
@navbar-default-bg: #000;
|
||||
|
||||
@navbar-default-border: white;
|
||||
|
||||
@navbar-default-link-color: white;
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
|
@ -10,7 +28,7 @@ body {
|
|||
|
||||
|
||||
img.MRMCD16 {
|
||||
width: 400px;
|
||||
width: 500px;
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: 10px;
|
||||
|
|
Loading…
Reference in a new issue