Skip to content

Commit bf79e73

Browse files
authored
Do not use underlines in syntax highlights
On web, it's very confusing, as they make stuff look like links.
1 parent f15342a commit bf79e73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

html/css/highlights.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ atom-text-editor.is-focused .line.cursor-line {
9797
color: #222;
9898
}
9999
.entity.name.class {
100-
text-decoration: underline;
101100
color: #606aa1;
102101
}
103102
.entity.other.inherited-class {
104-
text-decoration: underline;
105103
color: #606aa1;
106104
}
107105
.entity.name.function {

0 commit comments

Comments
 (0)