updating stylesheet
This commit is contained in:
parent
2da7fe9b38
commit
65cc43e661
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ a {
|
|||
}
|
||||
|
||||
a:focus
|
||||
a:hover {
|
||||
background-color: var(--linkColor);
|
||||
color: var(--bgColor)
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue