chore: Update CI

This commit is contained in:
daudix-UFO
2023-11-04 18:15:36 +03:00
parent d7c2f206b9
commit c22a91f394
3 changed files with 12 additions and 12 deletions

View File

@ -105,10 +105,10 @@ a {
text-decoration: none;
color: var(--primary-color);
cursor: pointer;
}
a:hover {
text-decoration: underline;
&:hover {
text-decoration: underline;
}
}
b,