fix: removed useless class + added newline in the css file

pull/25/head
ImVector 2022-07-04 18:58:42 +02:00
parent 1e3c7afad4
commit daee14ff24
2 changed files with 2 additions and 2 deletions

View File

@ -387,4 +387,4 @@ form {
.filters input { .filters input {
cursor: pointer; cursor: pointer;
} }

View File

@ -249,7 +249,7 @@ function App() {
); );
}} }}
</ThemeContext.Consumer> </ThemeContext.Consumer>
<header className="header dark-content"> <header className="header">
<h1> <h1>
<a href="/free-programming-books-search/">free-programming-books</a> <a href="/free-programming-books-search/">free-programming-books</a>
</h1> </h1>