Merge pull request 'fix: issue #671 unreadable profile pop-ups' (#673) from jamesmagoo/snort:main into main
continuous-integration/drone/push Build is failing Details

Reviewed-on: #673
This commit is contained in:
Kieran 2023-11-16 11:43:17 +00:00
commit d0bcc59372
2 changed files with 8 additions and 0 deletions

View File

@ -22,3 +22,7 @@
.light .spinner-button:hover {
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
.light .spinner-button > span {
color: black;
}

View File

@ -9,3 +9,7 @@
color: white;
padding: 8px 12px;
}
.light .profile-card > div {
color: black;
}