From dd12ef5e95fbf2347018af0402250d581c18be26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 11 Jul 2025 23:50:34 +0300 Subject: [PATCH] Add Nextcloud theme --- nextcloud/cwchristerw/custom.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 nextcloud/cwchristerw/custom.css diff --git a/nextcloud/cwchristerw/custom.css b/nextcloud/cwchristerw/custom.css new file mode 100644 index 0000000..ec85663 --- /dev/null +++ b/nextcloud/cwchristerw/custom.css @@ -0,0 +1,28 @@ +/* +Christer Warén +https://git.waren.io/cwchristerw/themes +*/ + +header#header { +background-color: #000000dd !important; +} + +#body-login, #firstrunwizard .firstrunwizard-header, #theming-preview { +background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9); +} + +#app-dashboard { +background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/apps/theming/image/background?v=9) !important; +} + +#app-dashboard #welcome-widget .markdown-content em { +color: var(--color-text-light); +} + +#body-login footer { +color: var(--color-primary-text); +} + +#alternative-logins a.button[href="#body-login"] { +font-weight: bold; +}