From caa415cfe6626357d72b5cb82c5733b7a32f9aef Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 24 Apr 2024 15:27:00 +0200 Subject: [PATCH] style(themes): update tomorrow and photon --- src/components/post/post.module.css | 1 + src/themes.css | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index 781392a2..c92b52ba 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -312,6 +312,7 @@ clear: both; background-color: var(--post-mobile-link-background-color); border-top: var(--post-mobile-link-border-top); + border-bottom: var(--post-mobile-link-border-bottom); padding: 5px; overflow: hidden; display: flex; diff --git a/src/themes.css b/src/themes.css index c18e251b..fac88ffb 100644 --- a/src/themes.css +++ b/src/themes.css @@ -604,6 +604,7 @@ /* post mobile */ --post-mobile-background-color: #282A2E; + --post-mobile-info-border-top: 1px solid #2D2F33; --post-mobile-info-border-bottom: 1px solid #2D2F33; --post-mobile-info-background-color: #212326; --post-mobile-info-text-color: #707070; @@ -614,6 +615,7 @@ --post-mobile-subject-font-weight: 700; --post-mobile-link-background-color: #212326; --post-mobile-link-border-top: 1px solid #2D2F33; + --post-mobile-link-border-bottom: 1px solid #2D2F33; --post-mobile-link-info-text-color: #707070; --post-mobile-abbr-text-color: #707070; --post-mobile-abbr-font-size: 10pt; @@ -730,8 +732,8 @@ /* post mobile */ --post-mobile-background-color: #eee; - --post-mobile-info-border-bottom: 1px solid #ccc; --post-mobile-info-border-top: 1px solid #ccc; + --post-mobile-info-border-bottom: 1px solid #ccc; --post-mobile-info-background-color: #ddd; --post-mobile-info-text-color: #707070; --post-mobile-menu-button-color: #f60; @@ -741,11 +743,11 @@ --post-mobile-subject-font-weight: 700; --post-mobile-link-background-color: #ddd; --post-mobile-link-border-top: 1px solid #ccc; + --post-mobile-link-border-bottom: 1px solid #ccc; --post-mobile-link-info-text-color: #333; --post-mobile-abbr-text-color: #333; --post-mobile-abbr-font-size: 10pt; --post-mobile-content-font-size: 11pt; - --post-mobile-border-bottom: 1px solid #ccc; /* post capcodes */ --post-capcode-mod-text-color: #f60;