experiment with linking h1
[~bandali/bndl.org] / style.css
index 9fd35aa..cb676e4 100644 (file)
--- a/style.css
+++ b/style.css
@@ -27,6 +27,14 @@ main > header {
   content: ".eu.org";
   color: #dadada;
 }
+#title a {
+  color: inherit;
+  border-bottom: 1px solid #eaeaea;
+}
+#title a:hover {
+  background-color: whitesmoke;
+  border-bottom-color: #e3e3e3;
+}
 #subtitle {
   display: inline;
   font-weight: normal;
@@ -114,6 +122,9 @@ dl:last-child {
 dt {
   margin-bottom: 0.5em;
 }
+dd {
+  margin-left: 1.5em;
+}
 #publications dd, .plinks {
   font-size: 0.9em;
 }