1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-11-16 17:39:57 +00:00
1bit.pw/sass/_dark.scss

31 lines
380 B
SCSS
Raw Normal View History

2018-08-22 13:30:07 +00:00
.monk.dark {
color: #acc;
background-color: #20262e;
a {
color: #94b4cb;
}
code {
background-color: #161a20;
}
.menu a {
color: #42a542;
text-decoration-color: #205720;
&:hover {
text-decoration-color: #428a42;
}
&.active {
font-weight: 600;
color: #5ce95c;
text-decoration-color: #52a852;
}
}
hr {
border-bottom-color: #283339;
}
}