Skip to content

Commit

Permalink
feat: add accent color to mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Jan 31, 2025
1 parent 05187f3 commit fa8b68b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Discord/WebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ func loadPluginsAndCSS(webView: WKWebView) {
return values.joined(separator: "\n")
}())
--brand-500: \(accent) !important;
--mention-foreground: \(accent) !important;
--mention-background: \(accent)26 !important;
}
"""
}())
Expand Down

0 comments on commit fa8b68b

Please sign in to comment.