diff --git a/src/site/sass/includes/_main.sass b/src/site/sass/includes/_main.sass index 61eca58..677530a 100644 --- a/src/site/sass/includes/_main.sass +++ b/src/site/sass/includes/_main.sass @@ -83,6 +83,7 @@ body text-align: center position: relative line-height: 1 + color: map-get($theme, "foreground-primary") @media screen and (max-width: $layout-a-max) border-bottom: map-get($theme, "edge-context-divider") @@ -115,11 +116,13 @@ body .full-name margin: 0 0 8px font-size: 30px + color: map-get($theme, "foreground-header") .username margin: 0 font-size: 20px font-weight: normal + color: map-get($theme, "foreground-header") .bio margin: 20px 0px @@ -330,7 +333,7 @@ body .name font-size: 20px - color: map-get($theme, "foreground-timeline-header") + color: map-get($theme, "foreground-post-header") text-decoration: none &:hover @@ -338,6 +341,7 @@ body .relative-box background-color: map-get($theme, "background-post-caption") + color: map-get($theme, "foreground-primary") @media screen and (min-width: $layout-b-min) .relative-box diff --git a/src/site/sass/themes/_classic.scss b/src/site/sass/themes/_classic.scss index ad09b19..7766bc0 100644 --- a/src/site/sass/themes/_classic.scss +++ b/src/site/sass/themes/_classic.scss @@ -23,7 +23,7 @@ $theme: ( "background-error-page": #191919, "background-alert": #282828, "background-banner-success": #0b420b, - "foreground-primary": #222, + "foreground-primary": #111, "foreground-header": #000, "foreground-power-primary": #fff, "foreground-power-secondary": #eee, @@ -31,7 +31,7 @@ $theme: ( "foreground-go-control": #111, "foreground-thumbnail-alt": #111, "foreground-timeline-page": #444, - "foreground-timeline-header": #000, + "foreground-post-header": #000, "foreground-gallery-alt": #eee, "foreground-error-code": #fff, "foreground-error-message": #ccc,