Subtle hover effects

This commit is contained in:
Sodbileg Gansukh 2023-07-05 21:26:03 +08:00
parent 50bee2c4c1
commit 234e098968
3 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -71,6 +71,10 @@ a {
text-decoration: none; text-decoration: none;
} }
a:hover {
opacity: 0.8;
}
.gh-button { .gh-button {
display: inline-flex; display: inline-flex;
gap: 0.4em; gap: 0.4em;
@ -106,6 +110,10 @@ a {
outline: none; outline: none;
} }
.gh-icon-button:hover svg {
opacity: 0.8;
}
.gh-icon-button svg { .gh-icon-button svg {
width: 20px; width: 20px;
height: 20px; height: 20px;
@ -223,10 +231,6 @@ a {
margin-left: -6px; margin-left: -6px;
} }
.gh-search:hover {
opacity: 0.9;
}
.gh-navigation-brand .gh-search { .gh-navigation-brand .gh-search {
margin-right: 2px; margin-right: 2px;
} }