26 lines
286 B
SCSS
26 lines
286 B
SCSS
@use "everforest";
|
|
|
|
body {
|
|
color: everforest.$fg;
|
|
background-color: everforest.$bg0;
|
|
}
|
|
|
|
a {
|
|
color: everforest.$blue;
|
|
}
|
|
|
|
img {
|
|
max-width: 100vw;
|
|
max-height: 720px;
|
|
}
|
|
|
|
.wip-indicator {
|
|
color: everforest.$yellow;
|
|
}
|
|
|
|
.langcolor {
|
|
&-rust {
|
|
color: everforest.$orange;
|
|
}
|
|
}
|