cssOMS/link.scss

16 lines
235 B
SCSS

.unseen {
font-weight: bold;
}
[data-href] {
cursor: pointer;
}
.portlet-body a:not(.button) {
color: var(--link-color);
border-bottom: 1px dotted var(--link-color);
&:hover {
border-bottom: none;
}
}