Fontawesome was removed from the source code and is a dependency no
longer needed by websites running with OWB
This commit is contained in:
2020-05-22 01:51:55 +02:00
parent 08b8116f6f
commit 99c2127cc8
2 changed files with 59 additions and 20 deletions

View File

@@ -77,6 +77,10 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
background: $bg-nav;
}
.navbar svg {
fill: $dark;
}
.status {
background: $gradient-accent3-light-left;
color: $dark;
@@ -151,6 +155,10 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
background: $bg-nav;
}
.navbar svg {
fill: $light;
}
.status {
background: $gradient-accent2-dark-left;
color: $light;
@@ -566,6 +574,11 @@ img {
max-width: 100%;
}
.nav-icon {
max-width: 20px;
max-height: 20px;
}
.figure {
padding: 0;
}