Skip to content

Commit

Permalink
Update enum color for java (#9920)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Mar 3, 2025
1 parent 14a2813 commit 762024f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,11 @@
color: var(--java-doc-color);
font-style: italic !important;
}


.enum {
color: var(--class-color);
}

.comment {
color: var(--java-comment-color);
font-style: italic !important;
Expand Down

0 comments on commit 762024f

Please sign in to comment.