Made minor CSS changes (button borders and colors)

parent 77097ef0
...@@ -198,7 +198,7 @@ header { ...@@ -198,7 +198,7 @@ header {
color: #3B3355; color: #3B3355;
margin: 0.3rem; margin: 0.3rem;
padding: 0.5rem; padding: 0.5rem;
border-radius: 2rem; border-radius: 0.4rem;
} }
.filter-button:hover { .filter-button:hover {
...@@ -223,16 +223,13 @@ header { ...@@ -223,16 +223,13 @@ header {
a:link { a:link {
text-decoration: none; text-decoration: none;
border: none; border: none;
color: #3B3355; color: #BFCDE0;
margin: 0.3rem; margin: 0.3rem;
padding: 0.5rem;
border-radius: 2rem;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
background-color: #3B3355;
color: #BFCDE0; color: #BFCDE0;
} }
...@@ -255,7 +252,7 @@ table, th { ...@@ -255,7 +252,7 @@ table, th {
color: #3B3355; color: #3B3355;
margin: 0.3rem 4rem; margin: 0.3rem 4rem;
padding: 0.5rem 8rem; padding: 0.5rem 8rem;
border-radius: 2rem; border-radius: 0.5rem;
} }
.download-button:hover { .download-button:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment