mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
All scss imports needs to use App.scss, otherwise some overrides won't be present, like font swap Lato -> Open Sans
9 lines
100 B
SCSS
9 lines
100 B
SCSS
@import "src/App.scss";
|
|
|
|
.navbar-brand {
|
|
&:hover,
|
|
&:focus {
|
|
color: $green !important;
|
|
}
|
|
}
|