Skip to content

Commit 5d1812b

Browse files
committed
tags should be bold
1 parent 366a027 commit 5d1812b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/styles/alpha.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Alpha < Style
123123
.symbol { color:#A60 }
124124
.symbol .content { color:#A60 }
125125
.symbol .delimiter { color:#630 }
126-
.tag { color:#070 }
126+
.tag { color:#070; font-weight:bold }
127127
.type { color:#339; font-weight:bold }
128128
.value { color: #088 }
129129
.variable { color:#037 }

0 commit comments

Comments
 (0)