blob: ba2a6a7da873c5c1c8d09b607180c2a24a0beebc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@import "open-color";
body {
margin: 0;
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;
}
|