2nd attempt
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user