Skip to content

Commit 3196365

Browse files
committed
Theme update
- Theme 21 - Adjustments by @Balenty - Theme 22 - Adjusted for CVD (Colour Vision Deficiency) - base on Deuteranopia
1 parent a34e8a7 commit 3196365

File tree

10 files changed

+623
-0
lines changed

10 files changed

+623
-0
lines changed

config/config.default.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@
396396
// Supported themes
397397
// To disable a theme in config.php, you can set its value to null
398398
'themes' => [
399+
22 => [
400+
'name' => 'Eurofurence 2025 - CVD',
401+
'type' => 'dark',
402+
'navbar_classes' => 'navbar-dark',
403+
],
399404
21 => [
400405
'name' => 'Eurofurence 2025',
401406
'type' => 'dark',

resources/assets/themes/theme21.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,18 @@ $headings-small-color: $gray-light;
219219
background-color: rgba(255, 0, 0, 0.45);
220220
}
221221

222+
.btn-info {
223+
background-color: rgba(200, 200, 200, 0.35);
224+
}
225+
226+
.btn-info:hover {
227+
background-color: rgba(200, 200, 200, 0.55);
228+
}
229+
230+
.btn-info:active {
231+
background-color: rgba(200, 200, 200, 0.45);
232+
}
233+
222234
.table-responsive > .table,
223235
table.table.table-striped.data {
224236
background-color: unset;
@@ -287,6 +299,14 @@ table.table.table-striped.data {
287299
backdrop-filter: blur(32px);
288300
}
289301

302+
.card.border-info {
303+
box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
304+
}
305+
306+
.card.border-info > .card-body {
307+
background-color: unset !important;
308+
}
309+
290310
.shift-calendar.table-responsive {
291311
backdrop-filter: blur(32px);
292312
}

0 commit comments

Comments
 (0)