blue-twilight/public/themes/default/theme.css

29 lines
479 B
CSS

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
* {
font-family: "Raleway", sans-serif;
}
a,
a.btn-link {
color: #014c8c;
}
a:focus, a:hover {
color: #0275d8;
}
.navbar {
background-color: #000044 !important;
border-color: #000088 !important;
}
.navbar .navbar-brand,
.navbar .navbar-nav > li > a {
color: #b3d1ff !important;
}
.navbar .navbar-brand:hover,
.navbar .navbar-nav > li > a:hover {
color: #fff !important;
}