Skip to content
Snippets Groups Projects
Unverified Commit b63348eb authored by Michael Lee's avatar Michael Lee Committed by GitHub
Browse files

Merge pull request #522 from ASCWebServices/canini-3

style update
parents d62fe841 fe7d427a
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......@@ -343,6 +347,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......@@ -408,6 +416,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......@@ -473,6 +485,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......@@ -538,6 +554,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......@@ -603,6 +623,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......@@ -668,6 +692,10 @@
color: $white;
}
ul, ol, li {
color: $white;
}
a {
color: $white;
text-decoration: underline;
......
......@@ -6427,6 +6427,8 @@ figcaption {
padding: 20px; } }
.dgray-bg p {
color: #ffffff; }
.dgray-bg ul, .dgray-bg ol, .dgray-bg li {
color: #ffffff; }
.dgray-bg a {
color: #ffffff;
text-decoration: underline; }
......@@ -6464,6 +6466,8 @@ figcaption {
padding: 20px; } }
.dscarlet-bg p {
color: #ffffff; }
.dscarlet-bg ul, .dscarlet-bg ol, .dscarlet-bg li {
color: #ffffff; }
.dscarlet-bg a {
color: #ffffff;
text-decoration: underline; }
......@@ -6501,6 +6505,8 @@ figcaption {
padding: 20px; } }
.dviolet-bg p {
color: #ffffff; }
.dviolet-bg ul, .dviolet-bg ol, .dviolet-bg li {
color: #ffffff; }
.dviolet-bg a {
color: #ffffff;
text-decoration: underline; }
......@@ -6538,6 +6544,8 @@ figcaption {
padding: 20px; } }
.dteal-bg p {
color: #ffffff; }
.dteal-bg ul, .dteal-bg ol, .dteal-bg li {
color: #ffffff; }
.dteal-bg a {
color: #ffffff;
text-decoration: underline; }
......@@ -6575,6 +6583,8 @@ figcaption {
padding: 20px; } }
.dpurple-bg p {
color: #ffffff; }
.dpurple-bg ul, .dpurple-bg ol, .dpurple-bg li {
color: #ffffff; }
.dpurple-bg a {
color: #ffffff;
text-decoration: underline; }
......@@ -6612,6 +6622,8 @@ figcaption {
padding: 20px; } }
.dgreen-bg p {
color: #ffffff; }
.dgreen-bg ul, .dgreen-bg ol, .dgreen-bg li {
color: #ffffff; }
.dgreen-bg a {
color: #ffffff;
text-decoration: underline; }
......@@ -6649,6 +6661,8 @@ figcaption {
padding: 20px; } }
.dorange-bg p {
color: #ffffff; }
.dorange-bg ul, .dorange-bg ol, .dorange-bg li {
color: #ffffff; }
.dorange-bg a {
color: #ffffff;
text-decoration: underline; }
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
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