mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
17 lines
247 B
SCSS
17 lines
247 B
SCSS
.unseen {
|
|
font-weight: bold;
|
|
}
|
|
|
|
[data-href] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.portlet-body a:not(.button), a.content {
|
|
color: var(--link-color);
|
|
border-bottom: 1px dotted var(--link-color);
|
|
|
|
&:hover {
|
|
border-bottom: none;
|
|
}
|
|
}
|