mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
12 lines
158 B
SCSS
12 lines
158 B
SCSS
article a {
|
|
color: #8ea4ff;
|
|
border-bottom: 1px dotted #8ea4ff;
|
|
|
|
&:hover {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
.unseen {
|
|
font-weight: bold;
|
|
} |