1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
dd12ef5e95 Add Nextcloud theme 2025-07-11 23:50:34 +03:00
Christer Warén
bef6f4fc1f Refresh README.md 2025-07-11 23:50:23 +03:00
2 changed files with 29 additions and 1 deletions

View File

@@ -1 +1 @@
# Keycloak Themes
# Christer Warén - Themes

View File

@@ -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;
}