feat: Disability pride theme
Some checks failed
Build and Deploy Dark-theme Static Site / build (push) Successful in 1m5s
Build and Deploy Pride-Theme Static Site / build (push) Successful in 1m4s
Build and Deploy Static Site / build (push) Has been cancelled

This commit is contained in:
Kumi 2025-07-06 12:30:57 +02:00
parent e71d66d86f
commit e851c195e1
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 26 additions and 1 deletions

View 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);
}

View file

@ -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"
}
]