We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9b725 commit 6e18732Copy full SHA for 6e18732
web_src/css/base.css
@@ -1576,7 +1576,7 @@ a.ui.active.label:hover {
1576
1577
.lines-commit {
1578
vertical-align: top;
1579
- color: var(--color-grey);
+ color: var(--color-text-light-2);
1580
padding: 0 !important;
1581
background: var(--color-code-sidebar-bg);
1582
width: 1%;
@@ -1619,6 +1619,10 @@ a.ui.active.label:hover {
1619
border-top: 1px solid var(--color-secondary);
1620
}
1621
1622
+.code-view tr.top-line-blame:first-of-type {
1623
+ border-top: none;
1624
+}
1625
+
1626
.lines-code .bottom-line,
1627
.lines-commit .bottom-line {
1628
border-bottom: 1px solid var(--color-secondary);
0 commit comments