remove unused hidden class from CSS

This commit is contained in:
Daniel Micay 2020-12-08 00:50:47 -05:00
parent 5ef55300bd
commit bb56184505

View File

@ -14,10 +14,6 @@ body {
overflow-y: scroll; overflow-y: scroll;
} }
.hidden {
display: none;
}
a { a {
color: #1565c0; /* blue800 */ color: #1565c0; /* blue800 */
text-decoration: none; text-decoration: none;