1
0

Move Keycloak themes to subdirectory

This commit is contained in:
Christer Warén
2025-07-11 23:45:23 +03:00
parent 555c0afd2c
commit 047ed1119e
13 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

View File

@ -1,5 +1,5 @@
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/galaxy-2643089-low.jpg") !important;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg") !important;
background-color: #111111;
background-repeat: no-repeat;
background-position: center;
@ -8,7 +8,7 @@ body {
@font-face {
font-family: "Akashi";
src: url('../fonts/Akashi.ttf');
src: url('https://christerwaren.fi/assets/fonts/Akashi.ttf');
}
#kc-header-wrapper {

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -1,5 +1,5 @@
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/galaxy-2643089-low.jpg") !important;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg") !important;
background-repeat: no-repeat;
background-position: center;
background-size: cover !important;
@ -19,7 +19,7 @@ body {
@font-face {
font-family: "Akashi";
src: url('../fonts/Akashi.ttf');
src: url('https://christerwaren.fi/assets/fonts/Akashi.ttf');
}
body, main {

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB