Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 22c565e

Browse files
author
Joshua Smith
committed
Fix border color in edit region
1 parent 8ba2251 commit 22c565e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

style/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ html, body {
4545

4646
/* Style hacks */
4747
#edit header:first-child {
48-
border-bottom: .2rem solid #dfdfdf;
48+
border-bottom: .2rem solid #ccc;
4949
}
5050

5151
[role="toolbar"] button.ftanylitics {

style/night.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242

4343
.night #edit header:first-child {
44-
border-color: #222;
44+
border-color: #333;
4545
}
4646

4747

0 commit comments

Comments
 (0)