mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
16 lines
196 B
SCSS
16 lines
196 B
SCSS
article a {
|
|
color: #8ea4ff;
|
|
border-bottom: 1px dotted #8ea4ff;
|
|
|
|
&:hover {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
.unseen {
|
|
font-weight: bold;
|
|
}
|
|
|
|
[data-href] {
|
|
cursor: pointer;
|
|
} |