Skip to content

Commit

Permalink
Home
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofdzg committed Sep 10, 2023
1 parent d5b9aac commit 5d9c02c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions static/css/index_mad.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,17 @@ strong, b {
.marginLeft20 {
margin-left: 20px;
}


a {
color: #b70303;
color: #74665b;
font-weight: bold;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a:link, a:visited, a:hover, a:active, a:focus {
text-decoration: none;
outline: none;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}


.clearfix:after {
Expand Down

0 comments on commit 5d9c02c

Please sign in to comment.