diff --git a/templates/squares.html b/templates/squares.html
index f8d63e2..89e5f55 100644
--- a/templates/squares.html
+++ b/templates/squares.html
@@ -23,11 +23,11 @@
font-size: 1.5rem;
font-family: Helvetica, Arial, sans-serif;
background: #2B2B2B;
- color: #FFF;
+ color: #BBB;
}
- a {
- color: #74b336;
+ a, h1 a {
+ color: #CE4D45;
font-weight: bold;
text-decoration: none;
}
@@ -35,9 +35,6 @@
margin: 20px 0 0 0;
}
- h1 a{
- color: #74b336;
- }
body > header{
padding: 1px;