summaryrefslogtreecommitdiff
path: root/sass/style.scss
blob: cc2b93566d0aa149a2a2624ba7d3711651e766ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@use "everforest";

body {
  color: everforest.$fg;
  background-color: everforest.$bg0;
}

a {
  color: everforest.$blue;
}

.langcolor {
  &-rust {
    color: #CE412B;
  }
}