Skip to content

Commit

Permalink
Add NerdFont to tooltip content in Anicord dark theme CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sang765 committed Feb 3, 2025
1 parent ba3ea71 commit 7db3ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/Anicord.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ code {
.content__99f8c .roleRow__5f97b .roleName__5f97b, /* Roles List */
.container_e29cd7 .list_e29cd7 .lineClamp1__4bd52, /* Roles List In Edit Role */
.contentContainer__91dc3 .titleContainer__81b3e .titleText__81b3e /* Edit Role Title */
.contentContainer__91dc3 .inputWrapper__0f084 .input__0f084 /* Edit Role Input */ {
.contentContainer__91dc3 .inputWrapper__0f084 .input__0f084 /* Edit Role Input */,
.tooltip__382e7 .tooltipContent__382e7 /* Vencord Message Tooltip */ {
font-family: var(--main-font), 'NerdFont';
}
.scrollableContainer__74017 .textArea__74017 .codeLine_ada32f /* Code Blocks */ {
Expand Down

0 comments on commit 7db3ebd

Please sign in to comment.