blob: f57856200d9ebe941b2d90d08bb14339f7becebd (
plain)
1
2
3
4
5
6
7
8
9
10
|
@import "open-color";
body {
background: var(--oc-gray-9);
color: var(--oc-white);
font-weight: normal;
font-family:
Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro,
sans-serif;
}
|