Enforce custom colours when no theme is specified

This commit is contained in:
Florine W. Dekker 2022-11-26 14:38:13 +01:00
parent 9220ac6224
commit c8c99373a3
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "3.4.0",
"version": "3.4.1",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",

View File

@ -1,5 +1,6 @@
/* pico.css overrides, based on https://picocss.com/docs/customization.html */
.fwd-nav,
:root:not([data-theme]),
:root[data-theme="light"] {
--primary: rgb(0, 51, 204) !important;
--primary-hover: rgb(0, 61, 245) !important;