Feedback page news fix

This commit is contained in:
MrFry 2020-03-27 09:45:04 +01:00
parent f0328cdef9
commit 38d13116ce
3 changed files with 35 additions and 34 deletions

View file

@ -162,35 +162,6 @@ a {
font-size: 30px;
}
.uquestioncontainer {
margin: 5px;
}
.uquestioncontainer:hover {
background-color: var(--hoover-color);
}
.uquestionscontainer {
margin: 10px;
}
.uquestion {
font-weight: 'bold';
font-size: 16px;
color: #fff;
margin: 5px;
}
.uanswer {
margin: 5px;
}
.uquestionnumber {
color: #fff;
margin: 5px;
font-size: 20px;
}
.link {
margin: 10px;
}