Fixes #7
Fontawesome was removed from the source code and is a dependency no longer needed by websites running with OWB
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user