Merge branch 'main' of gitlab.com:bashrc2/epicyon

merge-requests/30/head
Bob Mottram 2022-12-11 14:07:17 +00:00
commit 22481b2731
2 changed files with 262 additions and 254 deletions

File diff suppressed because one or more lines are too long

View File

@ -579,6 +579,14 @@ a:focus {
filter: brightness(var(--icon-brightness-change));
}
.containerHeader a:link {
background: transparent;
}
.containerHeader a:visited {
background: transparent;
}
.buttonunfollow:hover {
background-color: var(--button-background-hover);
color: var(--button-text-hover);