Clean up colors and docs

This commit is contained in:
Patrick Marsceill
2018-11-18 11:07:45 -05:00
parent b52f66a2ee
commit f0bb38e1b8
12 changed files with 106 additions and 25 deletions

View File

@@ -7,6 +7,11 @@
box-sizing: border-box;
}
::selection {
color: $white;
background: $link-color;
}
html {
@include fs-4;
}