1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/sass/_light.scss
2018-08-22 23:30:07 +10:00

31 lines
357 B
SCSS

.monk.light {
color: #444;
background-color: #fff;
a {
color: #556;
}
code {
background-color: #eee;
}
.menu a {
color: #222;
text-decoration-color: #555;
&:hover {
text-decoration-color: #428a42;
}
&.active {
font-weight: 600;
color: #77f;
text-decoration-color: #99f;
}
}
hr {
border-bottom-color: #ddd;
}
}