Skip to content

Commit

Permalink
Merge pull request #19 from solo-io/contrast
Browse files Browse the repository at this point in the history
Improve contrast in docs
  • Loading branch information
Nadine2016 committed May 7, 2024
2 parents 41b4cd2 + bc6bc13 commit f640944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions assets/docs/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@ $stretched-link-z-index: 1;
// Core
--text-default: var(--text-dark);
--text-default-inv: var(--text-light);
--text-muted: var(--gray-600);
--text-muted: var(--gray-700);
--#{$prefix}secondary-color: var(--gray-600);

--body-color: var(--text-default);

--body-bg: var(--white);

// Text
--text-dark: #3C4257;
--text-dark: #001219; //3C4257
--text-light: #dee2e6;

// Fonts
Expand Down Expand Up @@ -377,7 +377,7 @@ $stretched-link-z-index: 1;
--sidebar-primary: var(--primary);
--sidebar-bg: var(--white);
--top-header-bg: hsla(255,100%,100%,0.8);
--sidebar-text-color: #606770;
--sidebar-text-color: var(--header-color);
--sidebar-border-color: var(--gray-200);
--sidebar-dropdown-hover-bg: #eff1f4;
--sidebar-menu-active-bg: #f5f6f8;
Expand Down
5 changes: 3 additions & 2 deletions assets/docs/scss/custom/structure/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

.docs-content .main-content li {
color: var(--text-default);
font-weight: 250;
font-weight: 300;
list-style: none;

strong {
Expand Down Expand Up @@ -117,6 +117,7 @@
.docs-content .content-title {
font-weight: 600;
margin-top: 1rem;
color: var(--header-color);

i {
width: 44px;
Expand All @@ -134,7 +135,7 @@

.docs-content p {

font-weight: 250;
font-weight: 300;

&.lead {
margin-top: 1em;
Expand Down

0 comments on commit f640944

Please sign in to comment.