home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add alternate admin panel colour themes. for fun.

+27
+27
admin/static/admin.css
··· 66 66 } 67 67 } 68 68 69 + @media (prefers-color-scheme: green) { 70 + :root { 71 + --bg-0: #d0d9c7; 72 + --bg-1: #e2e5de; 73 + --bg-2: #f1f1f1; 74 + --bg-3: #ffffff; 75 + --fg-0: #626f54; 76 + --fg-1: #505c43; 77 + --fg-2: #49523e; 78 + --fg-3: #2c3522; 79 + } 80 + } 81 + 82 + @media (prefers-color-scheme: purple) { 83 + :root { 84 + --bg-0: #15121c; 85 + --bg-1: #1e1a27; 86 + --bg-2: #302a3d; 87 + --bg-3: #4a4358; 88 + --fg-0: #9e8fbf; 89 + --fg-1: #a29bb3; 90 + --fg-2: #b9b0cd; 91 + --fg-3: #dcd5ec; 92 + } 93 + } 94 + 69 95 @media (prefers-color-scheme: dark) { 70 96 img.icon { 71 97 -webkit-filter: invert(1); ··· 187 213 a { 188 214 color: inherit; 189 215 text-decoration: none; 216 + transition: color .1s ease-out, background-color .1s ease-out; 190 217 } 191 218 192 219 /*