Skip to content

Commit

Permalink
changed link font to white
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed May 2, 2024
1 parent 3f64163 commit b522bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_image_as_base64(path):
color: white !important;
}
a {
color: black !important; /* This sets the link color to black */
color: white !important;
}
</style>
"""
Expand Down

0 comments on commit b522bf5

Please sign in to comment.