mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Hightlight color.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
$borderRadius: 8px;
|
||||
$textColor: #0f0f0f;
|
||||
$highlight: #d76f30;
|
||||
$highlight: #82b3db;
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
@@ -41,9 +41,11 @@ nav {
|
||||
border: 1px solid $highlight;
|
||||
color: $textColor;
|
||||
transition: all 0.3s;
|
||||
color: $highlight;
|
||||
|
||||
&:hover {
|
||||
background: $highlight;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user