mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-12 04:42:04 -06:00
add hover effect to links; close #72
This commit is contained in:
parent
be358d93f6
commit
57bad91360
@ -67,6 +67,16 @@ a:focus { box-shadow: 0 0 0 3px {{ site.colors.purple }}cc; }
|
|||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #fff;
|
||||||
|
margin: 0 -.25rem;
|
||||||
|
padding: 0 .25rem;
|
||||||
|
box-shadow: inset 500px 0 0 0 #1A5FB4;
|
||||||
|
transition: color 1s ease-in-out, box-shadow 1s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ----- base elements ----- */
|
/* ----- base elements ----- */
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user