Subtle hover effects
This commit is contained in:
parent
50bee2c4c1
commit
234e098968
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -71,6 +71,10 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.gh-button {
|
||||
display: inline-flex;
|
||||
gap: 0.4em;
|
||||
@ -106,6 +110,10 @@ a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.gh-icon-button:hover svg {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.gh-icon-button svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -223,10 +231,6 @@ a {
|
||||
margin-left: -6px;
|
||||
}
|
||||
|
||||
.gh-search:hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.gh-navigation-brand .gh-search {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user