mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
12 lines
324 B
CSS
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;
|
|
}
|