mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 05:42:25 -05:00
11 lines
344 B
CSS
11 lines
344 B
CSS
|
|
/*
|
||
|
|
theme-title: Hacker (auto)
|
||
|
|
theme-description: Monospace theme with green highlights (adapts to system light/dark preferences)
|
||
|
|
*/
|
||
|
|
|
||
|
|
/* Default to dark theme */
|
||
|
|
@import url("hacker-dark.css");
|
||
|
|
|
||
|
|
@import url("hacker-light.css") screen and (prefers-color-scheme: light);
|
||
|
|
@import url("hacker-dark.css") screen and (prefers-color-scheme: dark);
|