summaryrefslogtreecommitdiff
path: root/sass/style.scss
blob: 65b7bae7656f69b175fa8ce9ba685b68877441b4 (plain)
1
2
3
4
5
6
7
8
9
10
@use "everforest";

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

a {
  color: everforest.$blue;
}