feat(feed): add description and rules

This commit is contained in:
plebeius.eth
2024-04-08 12:33:59 +02:00
parent aa6eeee26f
commit dcf0dd98e4
5 changed files with 90 additions and 35 deletions
+2 -12
View File
@@ -1,13 +1,3 @@
.debug {
position: fixed;
top: 50px;
right: 0;
padding: 0.5em;
}
.debug select {
margin: 2px;
border: var(--select-border);
background-color: var(--select-background-color);
color: var(--select-color);
.footer {
padding-top: 10px;
}