feat: Disability pride theme
This commit is contained in:
parent
e71d66d86f
commit
e851c195e1
2 changed files with 26 additions and 1 deletions
19
assets/css/theme/disability.css
Normal file
19
assets/css/theme/disability.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Disability pride flag theme */
|
||||
|
||||
:root {
|
||||
/* Override gradient colors */
|
||||
--gradient-start: #4A4A4A;
|
||||
--gradient-end: #4A4A4A;
|
||||
}
|
||||
|
||||
header.bg-primary-gradient {
|
||||
background: linear-gradient(to bottom right, #4A4A4A, #FF0000, #FFD700, #D3D3D3, #ADD8E6, #008000, #4A4A4A);
|
||||
}
|
||||
|
||||
#logoContainer {
|
||||
background-image: url(../../img/logo-white.svg);
|
||||
}
|
||||
|
||||
#smallLogoContainer {
|
||||
background-image: url(../../img/logo-inv_grad.svg);
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
"start": "1970-03-30",
|
||||
"end": "1970-04-01"
|
||||
},
|
||||
{
|
||||
{
|
||||
// 4/20
|
||||
"name": "weed",
|
||||
"start": "1970-04-20",
|
||||
|
@ -47,5 +47,11 @@
|
|||
"name": "pride",
|
||||
"start": "1970-06-01",
|
||||
"end": "1970-06-30"
|
||||
},
|
||||
{
|
||||
// Disability Pride Month
|
||||
"name": "disability",
|
||||
"start": "1970-07-01",
|
||||
"end": "1970-07-31"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue