2nd attempt

This commit is contained in:
2025-10-16 20:02:36 -04:00
parent 99e11c8d26
commit 28350fda51

View File

@@ -654,6 +654,8 @@ $style = @'
--btn-success: rgba(40,167,69);
--btn-success-disabled: rgba(108,117,125);
--btn-danger: rgba(220,53,69);
/* Monkey logo*/
--monkey-bottom: 80px;
}
body {
@@ -695,7 +697,7 @@ $style = @'
content: "";
position: absolute;
left: 10px;
bottom: 10px;
bottom: var(--monkey-bottom);
width: 160px; /* tweak size as you like */
height: 160px;
background-image: url("https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png");