mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 02:48:40 +00:00
13 lines
232 B
SCSS
Executable File
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 ;
|
|
}
|
|
}
|