philomena/assets/css/options/example.css

13 lines
324 B
CSS
Raw Normal View History

2024-12-17 17:49:05 +01:00
/* CSS options folder
*
* This is where overrides go, such as those which are intended for
* specific options, for example - setting background to pure black
* if user chooses OLED-friendly version of the site.
*
* Right now this does nothing, reserved for future expansion.
*/
:root {
--some-variable: #ffffff;
}