philomena/assets/css/options/example.css
2024-12-17 17:49:47 +01:00

12 lines
324 B
CSS

/* 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;
}