New feedback page #7

This commit is contained in:
MrFry 2020-03-23 11:09:02 +01:00
parent a78ac0f8f2
commit 978dfcd382
5 changed files with 299 additions and 64 deletions

View file

@ -10,32 +10,20 @@ body {
color: #999999;
}
a {
color: white;
}
.link {
margin: 20px;
font-size: 20px;
}
.feedbackArea {
color: var(--text-color);
background-color: var(--background-color);
font-size: 18px;
}
.sidebarLink {
color: var(--text-color);
text-decoration: none;
}
.motdHeader {
text-align: center;
font-size: 24px;
}
.motd {
text-align: center;
font-size: 20px;
}
.sidebar {
margin: 0;
padding: 0;