This commit is contained in:
Richard Mikloš 2024-02-07 21:21:59 +01:00
parent 53a20dca4a
commit 333393a4fa

@ -342,7 +342,13 @@ button:hover {
color: var(--primary-text);
}
.ye-span:hover + body{
header.ye-span:hover + body{
background: url('/assets/images/ye.jpg') !important;
background-repeat: repeat !important;
background-size: 10% !important;
}
body:has(.ye-span:hover) {
background: url('/assets/images/ye.jpg') !important;
background-repeat: repeat !important;
background-size: 10% !important;