Files
karma/ui/src/Styles/Components/Annotation.scss
Łukasz Mierzwa de43f1ac4a feat(ui): theme switching
This add "proper" dark mode using darkly bootstrap theme
2019-11-27 12:18:13 +00:00

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;
}