mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 17:39:57 +00:00
31 lines
357 B
SCSS
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;
|
||
|
}
|
||
|
}
|