Fix light mode footer - white text on dark bg was invisible
This commit is contained in:
parent
bc43a90510
commit
e375cc5370
1 changed files with 6 additions and 0 deletions
|
|
@ -107,6 +107,12 @@
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme="light"] .footer.has-background-dark.has-text-light {
|
||||||
|
background-color: #e9ecef !important;
|
||||||
|
color: #1a1a1a !important;
|
||||||
|
border-top: 1px solid #dee2e6;
|
||||||
|
}
|
||||||
|
|
||||||
/* ====== FOREST THEME ====== */
|
/* ====== FOREST THEME ====== */
|
||||||
[data-theme="forest"] .hero.is-kp {
|
[data-theme="forest"] .hero.is-kp {
|
||||||
background: linear-gradient(135deg, #0d1a0d 0%, #1a3a1a 50%, #0f2e0f 100%);
|
background: linear-gradient(135deg, #0d1a0d 0%, #1a3a1a 50%, #0f2e0f 100%);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue