mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 22:48:29 -04:00
12 lines
162 B
CSS
12 lines
162 B
CSS
.link {
|
|
margin: 0 0.4em;
|
|
color: var(--text);
|
|
background: none !important;
|
|
padding-bottom: 0;
|
|
transition: none;
|
|
}
|
|
|
|
.link:hover {
|
|
color: var(--link);
|
|
}
|