11 lines
144 B
SCSS
11 lines
144 B
SCSS
a, a:hover {
|
|
color: $todos-palette5;
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: $todos-palette1 !important;
|
|
}
|
|
|
|
h4.page-header {
|
|
line-height: 2em;
|
|
}
|