further tweak style and fix indentation
[~bandali/bndl.org] / static / style.css
index d380c6a..f891207 100644 (file)
@@ -52,7 +52,7 @@ h3 {
 }
 
 a {
-  color: #204a87;
+  color: #004caa;
   padding: 0.3em 0;
   text-decoration: underline #ccc;
 }
@@ -103,7 +103,7 @@ em {
 }
 
 table td {
-  padding: 0.2em 0.3em;
+  padding: 0.125em 0.3em;
 }
 table td:first-child {
   padding-left: 0;
@@ -118,10 +118,10 @@ table td:last-child {
   width: 100%;
 }
 .post-list tr:hover {
-  background: #f8f8f8;
+  background: #fafafa;
 }
 .post-list td {
-  padding: 0.3em;
+  padding: 0.25em 0;
 }
 .post-list td:nth-child(2) {
   text-align: right;