mirror of
https://github.com/voc/streaming-website
synced 2024-11-15 00:47:14 +00:00
21 lines
517 B
Text
21 lines
517 B
Text
@import "../../../assets/css/_structure.less";
|
|
|
|
// conference specific styles here
|
|
|
|
// often configured values (and their defaults):
|
|
//
|
|
// @brand-primary: #337ab7;
|
|
// @text-color: @gray-dark;
|
|
//
|
|
// @link-color: @brand-primary;
|
|
// @link-hover-color: darken(@link-color, 15%);
|
|
//
|
|
// @navbar-default-color: #777777;
|
|
// @navbar-default-bg: #f8f8f8;
|
|
//
|
|
// @navbar-default-link-color: #777;
|
|
// @navbar-default-link-hover-color: #333;
|
|
|
|
body {
|
|
background-color: red;
|
|
}
|