This commit is contained in:
iFargle 2023-08-15 20:51:47 +09:00
parent 853dcfd6e0
commit 02e2b2812f

View file

@ -17,10 +17,11 @@
commands.reboot = [ "systemctl" "reboot" ];
commands.poweroff = [ "systemctl" "poweroff" ];
};
extraCss = {
img.background = {
filter = "blur(20px)";
};
extraCss = ''
img.background {
filter: blur(20px);
}
'';
};
};