Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 1ec199a

Browse files
authored
Merge pull request #2347 from wadethestealth/fix-styles
Fix #2251
2 parents f1d164a + 5361e7b commit 1ec199a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles/commit-detail.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
&-header {
1212
flex: 0;
13-
border-bottom: 1px solid @base-border-color;
14-
background-color: @syntax-background-color;
13+
border-bottom: 1px solid @pane-item-border-color;
14+
background-color: @pane-item-background-color;
1515
}
1616

1717
&-commit {
@@ -53,7 +53,7 @@
5353
padding: 0em .4em;
5454
color: @text-color-subtle;
5555
font-style: italic;
56-
border: 1px solid @base-border-color;
56+
border: 1px solid @button-border-color;
5757
border-radius: @component-border-radius;
5858
background-color: @button-background-color;
5959

@@ -69,7 +69,7 @@
6969
word-wrap: initial;
7070
word-break: break-word;
7171
white-space: pre-wrap;
72-
border-top: 1px solid @base-border-color;
72+
border-top: 1px solid @pane-item-border-color;
7373
background-color: transparent;
7474
// in the case of loonnng commit message bodies, we want to cap the height so that
7575
// the content beneath will remain visible / scrollable.

0 commit comments

Comments
 (0)