docs: add some more colors
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
border: 3px solid $colorBlack;
|
||||
|
||||
&:hover {
|
||||
color: $colorWhite;
|
||||
color: $colorYellow;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
&:hover {
|
||||
color: $colorBlack;
|
||||
background-color: $colorYellow;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -29,6 +29,12 @@
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
a {
|
||||
&:hover {
|
||||
color: $colorYellow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__small-text {
|
||||
|
||||
Reference in New Issue
Block a user