cssOMS/link.scss
Dennis Eichhorn 85ef1f8ccb bump
2024-02-28 05:09:14 +00:00

13 lines
232 B
SCSS
Executable File

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