summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorTim Baxter <32077682+tbaxter-18f@users.noreply.github.com>2017-10-28 06:57:27 -0500
committerTim Graham <timograham@gmail.com>2017-10-28 08:01:03 -0400
commit1b77eb07bbefd866421787d7418eae362a1bea1b (patch)
tree24ef05ccf05a11efe1b44e3bcc10597138ac2851 /django
parent791f7aa110346d3e05da8325e403a37a5beb589a (diff)
[2.0.x] Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.
Backport of f6b5cecc71d7d429fc33e6b3f7f4e5112f9251af from master
Diffstat (limited to 'django')
-rw-r--r--django/views/templates/default_urlconf.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html
index c1cae33d5e..cc9754ba1d 100644
--- a/django/views/templates/default_urlconf.html
+++ b/django/views/templates/default_urlconf.html
@@ -25,7 +25,7 @@
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
- color: #20AA76;
+ color: #19865C;
text-decoration: none;
}
img {
@@ -221,7 +221,7 @@
line-height: 20px;
max-width: 390px;
margin: 15px auto 0;
- color: gray;
+ color: #747755;
}
.next-step {
max-width: 120px;
@@ -274,14 +274,14 @@
margin-right: 10px;
}
.option h4 {
- color: #20AA76;
+ color: #19865C;
font-size: 19px;
}
.option p {
font-weight: 300;
font-size: 15px;
padding-top: 3px;
- color: #8f8f8f;
+ color: #757575;
}
@media (max-width: 996px) {
body, footer {