cssOMS/link.scss
Dennis Eichhorn d8d1080d3d update
2023-10-09 22:06:39 +00:00

17 lines
278 B
SCSS
Executable File

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