Skip to content

Commit

Permalink
Fixed - Theme line color
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Mar 5, 2020
1 parent f237e0b commit d259f61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions docs/css/m-udel+documentation.compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ hr {
border-style: solid;
}
blockquote, hr {
border-color: #ebf4ff;
border-color: #c7cfd9;
}
strong, .m-text.m-strong { font-weight: bold; }
em, .m-text.m-em { font-style: italic; }
Expand Down Expand Up @@ -526,7 +526,7 @@ p.m-poem {
margin-left: 1.5rem;
}
p.m-transition {
color: #ebf4ff;
color: #c7cfd9;
text-indent: 0;
text-align: center;
font-size: 2rem;
Expand Down Expand Up @@ -585,15 +585,15 @@ dl.m-footnote dd span.m-footnote a {
border-style: solid;
border-width: 0.125rem;
border-radius: 0.2rem;
border-color: #ebf4ff;
border-color: #c7cfd9;
padding: 0.875rem;
}
.m-block {
border-style: solid;
border-width: 0.0625rem;
border-left-width: 0.25rem;
border-radius: 0.2rem;
border-color: #ebf4ff;
border-color: #c7cfd9;
padding: 0.9375rem 0.9375rem 0.9375rem 0.75rem;
}
.m-block.m-badge::after {
Expand Down Expand Up @@ -664,7 +664,7 @@ div.m-scroll > table.m-table:last-child {
margin-bottom: 0.0625rem;
}
table.m-table:not(.m-flat) tbody tr:hover {
background-color: #ebf4ff;
background-color: #c7cfd9;
}
table.m-table th, table.m-table td {
vertical-align: top;
Expand All @@ -673,7 +673,7 @@ table.m-table th, table.m-table td {
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-color: #ebf4ff;
border-color: #c7cfd9;
}
table.m-table caption {
padding-bottom: 0.5rem;
Expand Down Expand Up @@ -799,7 +799,7 @@ figure.m-figure:before {
border-style: solid;
border-width: 0.125rem;
border-radius: 0.2rem;
border-color: #ebf4ff;
border-color: #c7cfd9;
}
figure.m-figure.m-flat:before {
border-color: transparent;
Expand Down Expand Up @@ -1208,9 +1208,9 @@ figure.m-figure > svg.m-graph:first-child {
}
figure.m-figure:not(.m-flat) > svg.m-math:first-child,
figure.m-figure:not(.m-flat) > svg.m-graph:first-child {
background-color: #ebf4ff;
background-color: #c7cfd9;
}
.m-block.m-default { border-left-color: #ebf4ff; }
.m-block.m-default { border-left-color: #c7cfd9; }
.m-block.m-default h3, .m-block.m-default h4, .m-block.m-default h5, .m-block.m-default h6,
.m-text.m-default, .m-label.m-flat.m-default {
color: #000000;
Expand Down Expand Up @@ -2418,7 +2418,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
.m-container-inflatable section:target [class*='m-right-'] > figure.m-console-figure::before,
.m-container-inflatable section:target .m-container-inflatable > figure.m-code-figure::before,
.m-container-inflatable section:target .m-container-inflatable > figure.m-console-figure::before {
border-left-color: #ebf4ff;
border-left-color: #c7cfd9;
}
@media screen and (min-width: 576px) {
.m-container-inflatable section:target .m-center-s > figure.m-code-figure::before,
Expand Down Expand Up @@ -2453,10 +2453,10 @@ article:last-child, article section:last-child { margin-bottom: 0; }
.m-container-inflatable section:target pre,
.m-container-inflatable section:target figure.m-code-figure > pre:first-child,
.m-container-inflatable section:target figure.m-console-figure > pre:first-child {
border-color: #ebf4ff;
border-color: #c7cfd9;
}
.m-container-inflatable section:target .m-note.m-default {
border-color: #ebf4ff;
border-color: #c7cfd9;
}
.m-container-inflatable section:target .m-note.m-primary {
border-color: #205275;
Expand Down Expand Up @@ -2645,7 +2645,7 @@ ul.m-doc {
list-style: none;
margin-left: 1.0375rem;
padding-left: 0.9rem;
border-left-color: #ebf4ff;
border-left-color: #c7cfd9;
border-left-width: 0.0625rem;
border-left-style: solid;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/mcss_theme/m-theme-udel.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/* Basics */
--background-color: #ffffff;
--color: #000000;
--line-color: #ebf4ff;
--line-color: #c7cfd9;
--link-color: #205275;
--link-active-color: #2f73a3;
--mark-color: #4c93d3;
Expand Down

0 comments on commit d259f61

Please sign in to comment.