···33/* warn: if using with the header-sticky addon, be sure to include this after it */
4455@media (min-width: calc((48rem + 4rem) + ((16rem)*2))) {
66- /* unset header */
76 header {
87 all: unset;
98 }
+1-1
addon/header-sticky.css
···11/* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
22/* about: makes the header sticky, always at the top of the screen */
33/* warn: if using with the header-sidebar addon, be sure to include this before it */
44-/* warn: i do not recommend using this if your header is large, may affect usability */
44+/* warn: i do not recommend using this if your header is large. may affect usability */
5566header {
77 position: sticky;
+2-2
theme/boilerplate.css
···22/* about: a template that you can modify */
3344:root {
55- /* Fonts */
55+ /* fonts */
66 --dc-font-sans: sans-serif; /* Sans Serif */
77 --dc-font-mono: monospace; /* Monospace */
88- /* Colors */
88+ /* colors */
99 --dc-tx-1: #000000; /* Primary text */
1010 --dc-tx-2: #1a1a1a; /* Secondary text */
1111 --dc-bg-1: #fafafa; /* Main background */
+1-1
theme/day.css
···22/* about: makes it always light, regardless of device setting */
3344:root {
55- /* Colors */
55+ /* colors */
66 --dc-tx-1: #000000;
77 --dc-tx-2: #1a1a1a;
88 --dc-bg-1: #fafafa;
+1-1
theme/night.css
···22/* about: makes it always dark, regardless of device setting */
3344:root {
55- /* Colors */
55+ /* colors */
66 --dc-tx-1: #ededed;
77 --dc-tx-2: #a1a1a1;
88 --dc-bg-1: #000;