7 lines
104 B
SCSS
7 lines
104 B
SCSS
a, a:hover {
|
|
color: $todos-palette5;
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: $todos-palette1 !important;
|
|
}
|