Files
karma/ui/src/Styles/Components/_Annotation.scss
2026-03-23 10:38:25 +00:00

18 lines
335 B
SCSS

.components-grid-annotation {
font-size: 0.85rem;
color: var(--bs-body-color);
}
.components-grid-annotation-link {
text-decoration: none;
color: var(--karma-link-color);
&.border {
border-color: var(--karma-annotation-link-border) !important;
}
}
.components-grid-annotation-link:hover {
text-decoration: none;
}