diff --git a/src/app/styles/violation-details.scss b/src/app/styles/violation-details.scss index 7f26299..69b5c75 100644 --- a/src/app/styles/violation-details.scss +++ b/src/app/styles/violation-details.scss @@ -486,7 +486,7 @@ } a { - /* color: v.$text-p; */ + color: v.$p-color; word-break: break-all; font-weight: 500; @@ -512,6 +512,10 @@ display: flex; gap: 8px; font-weight: 600; + + div { + color: v.$p-color; + } } &-date-status { @@ -733,9 +737,10 @@ &:first-child { font-weight: 700; + color: v.$p-color; .complaint-details-header { - /* background-color: v.$bg-hover; */ + background-color: #fff; } } }