summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/content.css b/css/content.css
index b3a9ca82c..c3bdb481d 100644
--- a/css/content.css
+++ b/css/content.css
@@ -228,7 +228,7 @@
position: sticky;
top: 50px;
background-color: var(--color-main-background);
- height: 41px;
+ min-height: 41px;
opacity: 0.9;
}
@@ -386,13 +386,13 @@
#app-content .article-actions:after {
border-color: rgba(255, 255, 255, 0);
- border-bottom-color: #fff;
+ border-bottom-color: var(--color-border);
border-width: 5px;
margin-left: -5px;
}
#app-content .article-actions:before {
border-color: rgba(255, 255, 255, 0);
- border-bottom-color: #fff;
+ border-bottom-color: var(--color-border);
border-width: 9px;
margin-left: -9px;
}