diff --git a/stylesheets/style.css b/stylesheets/style.css index 548af4a8..e5f504b3 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -309,6 +309,11 @@ div.post_modified div.content-status:first-child { margin-top: 1.3em; } +a.dashed-underline { + text-decoration: none; + border-bottom: 1px dashed; +} + span.trip { color: #228854; }