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