cssOMS/link.scss
2015-11-29 21:58:50 +01:00

12 lines
158 B
SCSS

article a {
color: #8ea4ff;
border-bottom: 1px dotted #8ea4ff;
&:hover {
border-bottom: none;
}
}
.unseen {
font-weight: bold;
}