mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-12-15 03:36:37 +00:00
10 lines
326 B
CSS
10 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);
|