Kumi
a07fdf170c
Moved repetitive logo container styles to `base.css` for better maintainability and consistency across themes. Previously duplicated styles in individual theme files `plain.css` and `pride.css` are now removed. This centralization reduces redundancy and ensures consistent styling for logo containers across different themes.
11 lines
No EOL
281 B
CSS
11 lines
No EOL
281 B
CSS
.bg-primary-gradient {
|
|
background: linear-gradient(45deg, #FF7878, #FFC898, #FFF89A, #CDF2CA, #A2CDCD, #D1E8E4, #CAB8FF);
|
|
}
|
|
|
|
#logoContainer {
|
|
background-image: url(../../img/logo-white.svg);
|
|
}
|
|
|
|
#smallLogoContainer {
|
|
background-image: url(../../img/logo-inv_grad.svg);
|
|
} |