Some more CSS cleanups

This commit is contained in:
djmaze 2021-11-15 15:37:05 +01:00
parent db2a7a51c9
commit 203b884309
4 changed files with 4 additions and 12 deletions

View file

@ -5,10 +5,10 @@
}
.g-ui-link {
color: #369;
text-decoration: underline;
color: var(--link-color, #369);
cursor: pointer;
padding: 2px;
text-decoration: underline;
&:focus {
outline: 1px;