cssOMS/link.scss
2024-05-02 22:54:40 +00:00

13 lines
194 B
SCSS
Executable File

.unseen {
font-weight: bold;
}
a.content, a .content, article a {
color: var(--link-c);
border-bottom: 1px dotted var(--link-c);
&:hover {
border-bottom: none;
}
}