Skip to content

Commit 43597b0

Browse files
committed
Improve code name attribute visibility in dark mode.
1 parent c7eb277 commit 43597b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ a.img_link {
162162
.highlight .sh { background-color: #3a3131 } /* Literal.String.Heredoc */
163163
.highlight .sh { background-color: #3a3131 } /* Literal.String.Heredoc */
164164
.highlight .s1 { background-color: #3a3131 } /* Literal.String.Single */
165+
.highlight .na { color: #66B0FF } /* Name.Attribute */
165166
}

0 commit comments

Comments
 (0)