Skip to content

Commit 13e34d7

Browse files
committed
Fixes issue with a.block.result in stylesheet
1 parent 330b8c2 commit 13e34d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles/ink.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ atom-text-editor::shadow {
7575
border: none;
7676
border-radius: @component-border-radius;
7777
border-left: 0.15em solid @background-color-info;
78-
color: @syntax-text-color;
7978

8079
&.error {
8180
border-left-color: @background-color-error;
@@ -106,6 +105,11 @@ atom-text-editor::shadow {
106105
.fade {
107106
color: lighten(@syntax-text-color, 20%);
108107
}
108+
109+
a {
110+
color: @syntax-text-color;
111+
opacity: 0.60;
112+
}
109113
}
110114

111115

0 commit comments

Comments
 (0)