···1/* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
02/* warn: if using with the header-sticky addon, be sure to include this after it */
34@media (min-width: calc((48rem + 4rem) + ((16rem)*2))) {
···1/* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2+/* about: turns the header into a sidebar if the viewport is wide enough */
3/* warn: if using with the header-sticky addon, be sure to include this after it */
45@media (min-width: calc((48rem + 4rem) + ((16rem)*2))) {
+1
addon/header-sticky.css
···1/* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
02/* warn: if using with the header-sidebar addon, be sure to include this before it */
3/* warn: i do not recommend using this if your header is large, may affect usability */
4
···1/* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2+/* about: makes the header sticky, always at the top of the screen */
3/* warn: if using with the header-sidebar addon, be sure to include this before it */
4/* warn: i do not recommend using this if your header is large, may affect usability */
5
···1-/* This theme is a template that you can modify */
023:root {
4 /* Fonts */
···1+/* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2+/* about: a template that you can modify */
34:root {
5 /* Fonts */
···1-/* This theme will make it always dark, regardless of device setting */
023:root {
4 /* Colors */
···1+/* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2+/* about: makes it always dark, regardless of device setting */
34:root {
5 /* Colors */
+2-1
theme/terminal.css
···1-/* This theme has a similar look to a computer terminal */
023@import url("https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css");
4
···1+/* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2+/* about: has a similar look to a computer terminal */
34@import url("https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css");
5