Skip to content
Snippets Groups Projects
Commit 45d61f33 authored by bgm's avatar bgm Committed by bgm
Browse files

Replace a few more color gray-darker by text-color

parent 1d539c5d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
}
.crm-status-message-body {
color: $gray-dark;
color: $text-color;
font-size: $font-size-base;
margin: 0;
padding: 15px;
......
......@@ -133,7 +133,7 @@
th {
background: $crm-white;
border-color: $gray-light;
color: $gray-dark;
color: $text-color;
}
}
}
......@@ -149,7 +149,7 @@
background-color: $alert-warning-bg;
border-color: $brand-warning;
border-radius: $border-radius-base;
color: $gray-darker;
color: $text-color;
padding: 16px 20px;
p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment