This commit is contained in:
m
2026-03-26 16:07:05 +01:00
parent 2df2f5f3a8
commit a47ad949bd
13 changed files with 63 additions and 188 deletions

View File

@@ -0,0 +1,10 @@
/* --- Decoration --- */
.background-svg {
position: fixed;
bottom: 100px;
right: 200px;
width: 200px;
z-index: -1;
pointer-events: none;
opacity: 0.6;
}

View File

@@ -221,17 +221,6 @@ nav {
border-color: #ccc;
}
/* --- Decoration --- */
.background-svg {
position: fixed;
bottom: 100px;
right: 200px;
width: 200px;
z-index: -1;
pointer-events: none;
opacity: 0.6;
}
/* Login, Sign up, New post */
.login,
.signup {