Layout active tab highlight, textarea styling

This commit is contained in:
MrFry 2020-03-15 11:42:09 +01:00
parent c5d6518ceb
commit dd0ad7731b
5 changed files with 15 additions and 5 deletions

View file

@ -15,6 +15,12 @@ body {
font-size: 20px;
}
.feedbackArea {
color: var(--text-color);
background-color: var(--background-color);
font-size: 20px;
}
.sidebarLink {
color: var(--text-color);
text-decoration: none;