mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:45:22 -04:00
16 lines
185 B
CSS
16 lines
185 B
CSS
.link {
|
|
margin: 0 0.4em;
|
|
color: var(--text);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.link:hover {
|
|
color: var(--link);
|
|
}
|
|
|
|
.icon {
|
|
width: 1.2em;
|
|
height: 1.2em;
|
|
vertical-align: -0.2em;
|
|
}
|