Fix light mode hero - swap dark navy for light grey gradient
This commit is contained in:
parent
cbecb8c96e
commit
bc43a90510
1 changed files with 14 additions and 1 deletions
|
|
@ -55,7 +55,20 @@
|
|||
|
||||
/* ====== LIGHT THEME ====== */
|
||||
[data-theme="light"] .hero.is-kp {
|
||||
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
|
||||
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
|
||||
}
|
||||
|
||||
[data-theme="light"] .hero.is-kp .title.has-text-white {
|
||||
color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
[data-theme="light"] .hero.is-kp .subtitle.has-text-light {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
[data-theme="light"] .hero.is-kp .button.is-outlined.is-light {
|
||||
border-color: #1a1a1a;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
[data-theme="light"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue