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.
7 lines
No EOL
155 B
CSS
7 lines
No EOL
155 B
CSS
#logoContainer {
|
|
background-image: url(../../img/logo-inv_grad.svg);
|
|
}
|
|
|
|
#smallLogoContainer {
|
|
background-image: url(../../img/logo-inv_grad.svg);
|
|
} |