Skip to content

Commit 19455ea

Browse files
committed
Tune colors of meta buttons for better dark theme
1 parent 78c1054 commit 19455ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/ui/static/css/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ template {
904904
}
905905

906906
.item-meta a {
907-
color: #777;
907+
color: #888;
908908
outline: none;
909909
text-decoration: none;
910910
}
@@ -914,7 +914,7 @@ template {
914914
}
915915

916916
.item-meta-icons :is(a:is(:focus, :hover), button:is(:focus, :hover)) {
917-
color: #333;
917+
color: var(--header-link-color);
918918
}
919919

920920
.item-meta li.if-content-download,

0 commit comments

Comments
 (0)