diff --git a/style.css b/style.css index 22a97b7..66ac80c 100644 --- a/style.css +++ b/style.css @@ -430,3 +430,14 @@ div#article-parent { margin: 0; } +.agenda-item a { + color: black; +} +.agenda-item a:visited { + color: black; + font-weight: normal; +} +.agenda-item a:hover { + color: black; + text-decoration: underline !important; +} \ No newline at end of file -- libgit2 0.21.2