mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:05:22 -04:00
13 lines
179 B
CSS
13 lines
179 B
CSS
.button {
|
|
border: 0;
|
|
padding: 0.6em;
|
|
margin-right: -0.6em;
|
|
background: none;
|
|
cursor: pointer;
|
|
color: var(--medium-dark);
|
|
}
|
|
|
|
.button:hover {
|
|
color: var(--warning);
|
|
}
|