mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
13 lines
235 B
SCSS
13 lines
235 B
SCSS
.components-grid-annotation {
|
|
font-size: 90%;
|
|
color: $body-color;
|
|
}
|
|
|
|
.components-grid-annotation-link {
|
|
text-decoration: underline;
|
|
color: $link-color;
|
|
}
|
|
.components-grid-annotation-link:hover {
|
|
text-decoration: underline;
|
|
}
|