forked from mirrors/thatmattlove-hyperglass
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);
|
|
}
|