We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c293e34 commit 65b9ffeCopy full SHA for 65b9ffe
web_src/css/base.css
@@ -1784,7 +1784,7 @@ a.ui.active.label:hover {
1784
1785
.lines-commit {
1786
vertical-align: top;
1787
- color: var(--color-grey);
+ color: var(--color-text-light-2);
1788
padding: 0 !important;
1789
background: var(--color-code-sidebar-bg);
1790
width: 1%;
@@ -1827,6 +1827,10 @@ a.ui.active.label:hover {
1827
border-top: 1px solid var(--color-secondary);
1828
}
1829
1830
+.code-view tr.top-line-blame:first-of-type {
1831
+ border-top: none;
1832
+}
1833
+
1834
.lines-code .bottom-line,
1835
.lines-commit .bottom-line {
1836
border-bottom: 1px solid var(--color-secondary);
0 commit comments