mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-12-15 11:46:45 +00:00
11 lines
326 B
CSS
11 lines
326 B
CSS
|
/*
|
||
|
theme-title: Solarized (auto)
|
||
|
theme-description: Solarized theme that adapts to system preferences
|
||
|
*/
|
||
|
|
||
|
/* Default to dark theme */
|
||
|
@import url("solarized-dark.css");
|
||
|
|
||
|
@import url("solarized-light.css") screen and (prefers-color-scheme: light);
|
||
|
@import url("solarized-dark.css") screen and (prefers-color-scheme: dark);
|