Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Fix colors
  • Loading branch information
ltalve authored Jul 1, 2024
1 parent b719de7 commit 7ce18e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ p, span, li {
}

a {
color: #ab8b9b !important;
color: #936287 !important;
text-decoration: underline !important;
background-color: transparent;
}

a:hover {
color: #f1c3bb !important;
color: #caabbe !important;
text-decoration: underline;
}

Expand Down Expand Up @@ -328,7 +328,6 @@ h5 { font-size: 100% !important; }
}

.file-content-box p {
font-family: 'Inter', sans-serif !important;
color: #333333;
margin: 0 !important;
}
Expand Down

0 comments on commit 7ce18e1

Please sign in to comment.