X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/e080516ce6defaf997bcc5b54bf380044c65ebd2..b7583bc7e5068ef6557b6dafdfbb97c99736af21:/style.css diff --git a/style.css b/style.css index 9fd35aa..cb676e4 100644 --- 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; }