updated logo d4s

This commit is contained in:
Massimiliano Assante 2022-11-24 17:29:21 +01:00
parent 1d2db88a98
commit 69f19648a5
1 changed files with 2 additions and 2 deletions

View File

@ -306,10 +306,10 @@ footer {
background-color: $dockbarGradientStart;
@include background-image(linear-gradient($dockbarGradientStart 0%, $dockbarGradientStart 47%, $dockbarGradientEnd 100%));
background: $dockbarGradientStart url(@theme_image_path@/custom/d4science_32x32.png) no-repeat 50% 50%;
background: $dockbarGradientStart url(@theme_image_path@/custom/sphere-32px.png) no-repeat 50% 50%;
@include respond-to(phone) {
background: $dockbarGradientStart url(@theme_image_path@/custom/d4science_32x32.png) no-repeat 90% 50%;
background: $dockbarGradientStart url(@theme_image_path@/custom/sphere-32px.png) no-repeat 90% 50%;
}