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 c74b6a4 commit c28d44bCopy full SHA for c28d44b
styles.css
@@ -77,6 +77,10 @@
77
height: auto;
78
}
79
80
+.is-active .git-tools .buttons > * {
81
+ color: var(--nav-item-color-active);
82
+}
83
+
84
.git-author {
85
color: var(--text-accent);
86
@@ -550,7 +554,7 @@
550
554
white-space: pre; /* Keep spaces and do not collapse them. */
551
555
552
556
553
-@media(max-width:800px){
557
+@media (max-width: 800px) {
558
/* hide git blame gutter not to superpose text */
559
.cm-gutterElement.obs-git-blame-gutter {
560
display: none;
0 commit comments