Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64715bf

Browse files
authoredJan 22, 2025··
better separator color
1 parent 098aae3 commit 64715bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/browser/pages/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ button {
6565

6666
.card-box > .header {
6767
border-bottom: 1px solid #ddd;
68-
border-bottom: 1px solid light-dark(#ddd, #111);
68+
border-bottom: 1px solid light-dark(#ddd, #111827);
6969
color: #444;
7070
color: light-dark(#444, #fff);
7171
padding: 30px;

0 commit comments

Comments
 (0)
Please sign in to comment.