Skip to content

Commit 09ae3cc

Browse files
committed
Updated color-matching colors for more contrast / color-blindness offset
1 parent b61c69b commit 09ae3cc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/wwwroot/css/site.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ a.navbar-brand .icon-banner {
118118
border: 4px solid #c586c0;
119119
}
120120
.jwt-decoder-container .jwt-decoded.jwt-payload {
121-
border: 4px solid #4ec9b0;
121+
border: 4px solid #d0872f;
122122
}
123123
.jwt-decoder-container .jwt-decoded.jwt-signature {
124-
border: 4px solid #d16969;
124+
border: 4px solid #86c0c5;
125125
color: #dcdcaa !important;
126126
overflow-wrap: anywhere;
127127
}
@@ -132,10 +132,10 @@ a.navbar-brand .icon-banner {
132132
color: #c586c0 !important;
133133
}
134134
.jwt-decoder-container .jwt-input-editable .text-success {
135-
color: #4ec9b0 !important;
135+
color: #d0872f !important;
136136
}
137137
.jwt-decoder-container .jwt-input-editable .text-warning {
138-
color: #d16969 !important;
138+
color: #86c0c5 !important;
139139
}
140140
.jwt-decoder-container .json-content, .jwt-decoder-container .jwt-input-editable {
141141
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

src/wwwroot/css/site.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wwwroot/css/site.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ a.navbar-brand {
133133
}
134134

135135
&.jwt-payload {
136-
border: 4px solid #4ec9b0;
136+
border: 4px solid #d0872f;
137137
}
138138

139139
&.jwt-signature {
140-
border: 4px solid #d16969;
140+
border: 4px solid #86c0c5;
141141
color: #dcdcaa !important;
142142
overflow-wrap: anywhere;
143143
}
@@ -151,11 +151,11 @@ a.navbar-brand {
151151
}
152152

153153
.text-success {
154-
color: #4ec9b0 !important;
154+
color: #d0872f !important;
155155
}
156156

157157
.text-warning {
158-
color: #d16969 !important;
158+
color: #86c0c5 !important;
159159
}
160160
}
161161

0 commit comments

Comments
 (0)