mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 16:48:05 +00:00
11 lines
237 B
CSS
11 lines
237 B
CSS
.getStarted[class][class]:not(.button--active):not(:hover) {
|
|
color: var(--ifm-color-secondary);
|
|
}
|
|
|
|
.getStarted[class][class]:not(.button--active):hover {
|
|
color: var(--ifm-color-white);
|
|
}
|
|
|
|
.year {
|
|
color: var(--ifm-color-primary);
|
|
}
|