diff options
| author | martin f. krafft <madduck@madduck.net> | 2025-06-26 18:05:03 +0200 |
|---|---|---|
| committer | martin f. krafft <madduck@madduck.net> | 2025-07-01 22:20:10 +0200 |
| commit | 196903df45475dfe120d0172aa6db0601f80bacb (patch) | |
| tree | a5b8219afd613cfde106e3a5647eceade337f7fd | |
| parent | ea8ce095f0e7ac61f31b79469d862df56f9d2bbc (diff) | |
brand colours
| -rw-r--r-- | inject/1/local.css | 2 | ||||
| -rw-r--r-- | inject/2/local.css | 3 | ||||
| -rw-r--r-- | inject/3/local.css | 3 | ||||
| -rw-r--r-- | inject/4/local.css | 3 | ||||
| -rw-r--r-- | inject/5/local.css | 3 | ||||
| -rw-r--r-- | inject/6/local.css | 3 | ||||
| -rw-r--r-- | inject/brandcolour.css | 3 | ||||
| -rw-r--r-- | inject/overrides.css | 1 |
8 files changed, 21 insertions, 0 deletions
diff --git a/inject/1/local.css b/inject/1/local.css new file mode 100644 index 0000000..dbe0881 --- /dev/null +++ b/inject/1/local.css @@ -0,0 +1,2 @@ +:root { + --homeMenu-bg-color: #9eb4d9; } diff --git a/inject/2/local.css b/inject/2/local.css new file mode 100644 index 0000000..0a9a522 --- /dev/null +++ b/inject/2/local.css @@ -0,0 +1,3 @@ +:root { + --homeMenu-bg-color: #859ac0; +} diff --git a/inject/3/local.css b/inject/3/local.css new file mode 100644 index 0000000..5bd9af4 --- /dev/null +++ b/inject/3/local.css @@ -0,0 +1,3 @@ +:root { + --homeMenu-bg-color: #ffbd59; +} diff --git a/inject/4/local.css b/inject/4/local.css new file mode 100644 index 0000000..0adee7f --- /dev/null +++ b/inject/4/local.css @@ -0,0 +1,3 @@ +:root { + --homeMenu-bg-color: #9eb4d9; +} diff --git a/inject/5/local.css b/inject/5/local.css new file mode 100644 index 0000000..32aaaec --- /dev/null +++ b/inject/5/local.css @@ -0,0 +1,3 @@ +:root { + --homeMenu-bg-color: #dae5a5; +} diff --git a/inject/6/local.css b/inject/6/local.css new file mode 100644 index 0000000..5d1d13b --- /dev/null +++ b/inject/6/local.css @@ -0,0 +1,3 @@ +:root { + --homeMenu-bg-color: #decc80; +} diff --git a/inject/brandcolour.css b/inject/brandcolour.css new file mode 100644 index 0000000..288bc50 --- /dev/null +++ b/inject/brandcolour.css @@ -0,0 +1,3 @@ +:root { + --homeMenu-bg-image: none; +} diff --git a/inject/overrides.css b/inject/overrides.css index a1c2048..2e6aa43 100644 --- a/inject/overrides.css +++ b/inject/overrides.css @@ -1 +1,2 @@ @import url("/inject/company-switcher.css"); +@import url("/inject/brandcolour.css"); |
