diff --git a/assets/scss/dark.scss b/assets/scss/dark.scss index 20f9269..c1b474b 100644 --- a/assets/scss/dark.scss +++ b/assets/scss/dark.scss @@ -93,7 +93,7 @@ th { color: map-get($theme-colors, "main-sec"); } -.copyright, { +.copyright { color: map-get($theme-colors, "copyright"); } @@ -104,10 +104,23 @@ th { background: #181818; } +.post-preview .meta { + border-bottom: 1px solid #303030; +} + .post-preview .title a { color: map-get($theme-colors, "main-sec"); } +.post-footer-data { + background-color: #0a0a0a; + border-bottom: 1px solid #303030; +} + +.post-footer hr { + color: #303030; +} + .rmore { color: map-get($theme-colors, "main-text"); } @@ -133,10 +146,6 @@ th { color: map-get($theme-colors, "main-sec"); } -table.stats td.graph div { - background-color: map-get($theme-colors, "main-sec"); -} - .content-list .archive-list a:hover { filter: brightness(1.2); } diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ef51be4..63810da 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -7,7 +7,7 @@