Commit c4443f0260fe24336a31c7e427a9d96fb2c7b24e

Authored by Marcos Ramos
1 parent 1809002a

Adding some css rules for events listing

Signed-of-by: Marcos Ramos <ms.ramos@outlook.com>
Signed-of-by: Carlos André <carlos.andre.souza@msn.com>
Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
style.css
... ... @@ -430,3 +430,14 @@ div#article-parent {
430 430 margin: 0;
431 431 }
432 432  
  433 +.agenda-item a {
  434 + color: black;
  435 +}
  436 +.agenda-item a:visited {
  437 + color: black;
  438 + font-weight: normal;
  439 +}
  440 +.agenda-item a:hover {
  441 + color: black;
  442 + text-decoration: underline !important;
  443 +}
433 444 \ No newline at end of file
... ...