This commit is contained in:
Kenneth Jannette
2024-01-14 22:28:33 -06:00
parent 27c0d0507e
commit 68bc423a63
3 changed files with 5 additions and 5 deletions

View File

@@ -129,14 +129,14 @@
.report-button {
background-color: #fff !important;
border: 1px solid red !important;
color: red !important;
border: 1px solid var(--accent-orange) !important;
color: var(--accent-orange) !important;
width: 80px;
height: 35px;
}
.report-button:hover {
background-color: rgb(247, 248, 248) !important;
background-color: rgb(255, 253, 226) !important;
}
.card-text1 {

View File

@@ -15,7 +15,7 @@
}
.infocircle-icon {
color: red;
color: var(--accent-orange);
}
.tooltip-text {