Skip to content

Commit

Permalink
better hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 30, 2023
1 parent df0b9b5 commit 147f2fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/styles/antd-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,16 @@ h5 {
.ant-typography a,
a {
color: grey;
transition: all 0.5s ease;
}

.ant-typography a:hover,
a:hover {
color: whitesmoke;
color: #9370db;
/* font-size: medium;
*/
text-decoration: underline;
transition: all 0.5s ease;
}

.ant-typography p {
Expand Down

0 comments on commit 147f2fd

Please sign in to comment.