Skip to content

Commit

Permalink
Update enum color for java
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Feb 26, 2025
1 parent c142cc6 commit 6e3d5ad
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 6e3d5ad

Please sign in to comment.