Correct style order
This commit is contained in:
parent
ed493c8372
commit
b4bf656f5d
1 changed files with 3 additions and 3 deletions
|
@ -104,9 +104,9 @@ table td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
|
background-color: $black;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
background-color: $black;
|
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
@ -131,10 +131,10 @@ table td {
|
||||||
footer {
|
footer {
|
||||||
position: static;
|
position: static;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
background-color: $black;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
color: lighten($black, 50);
|
color: lighten($black, 50);
|
||||||
background-color: $black;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@ -270,6 +270,6 @@ a.no-color-change {
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-card {
|
.about-card {
|
||||||
background-color: $body-bg;
|
|
||||||
border: 1px solid $body-color;
|
border: 1px solid $body-color;
|
||||||
|
background-color: $body-bg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue