35 lines
569 B
CSS
35 lines
569 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;
|
|
}
|
|
|
|
.navbar-toggler
|
|
{
|
|
border-color: #b3d1ff !important;
|
|
color: #b3d1ff !important;
|
|
} |