mirror of
https://github.com/php/web-gtk.git
synced 2026-03-23 23:02:14 +01:00
14 lines
996 B
CSS
14 lines
996 B
CSS
.w3-theme {color:#fff !important;background-color:#2196F3 !important}
|
|
.w3-theme-light {color:#000 !important;background-color:#E3F2FD !important}
|
|
.w3-theme-dark {color:#fff !important;background-color:#0D47A1 !important}
|
|
.w3-text-theme {color:#2196F3 !important}
|
|
.w3-theme-l5 {color:#000 !important;background-color:#E3F2FD !important}
|
|
.w3-theme-l4 {color:#000 !important;background-color:#BBDEFB !important}
|
|
.w3-theme-l3 {color:#000 !important;background-color:#90CAF9 !important}
|
|
.w3-theme-l2 {color:#000 !important;background-color:#64B5F6 !important}
|
|
.w3-theme-l1 {color:#fff !important;background-color:#42A5F5 !important}
|
|
.w3-theme-d1 {color:#fff !important;background-color:#1E88E5 !important}
|
|
.w3-theme-d2 {color:#fff !important;background-color:#1976D2 !important}
|
|
.w3-theme-d3 {color:#fff !important;background-color:#1565C0 !important}
|
|
.w3-theme-d4 {color:#fff !important;background-color:#0D47A1 !important}
|
|
.w3-theme-action {color:#fff !important;background-color:#1565C0 !important} |