mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
13 lines
194 B
SCSS
Executable File
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;
|
|
}
|
|
}
|