click on splash quote to refresh quote

This commit is contained in:
2022-12-11 14:08:24 +01:00
parent 2e0bc5852b
commit 9faf1b0051
2 changed files with 16 additions and 2 deletions

View File

@@ -37,3 +37,9 @@
transform: scale(0.85);
}
}
.h1clicktorefreshsplash {
user-select: none;
&:hover {
cursor: pointer;
}
}