Dark theme for app.codacy.com
Codacy Dark by zefir-git

Details
Authorzefir-git
LicenseNo License
Categorycodacy
Created
Updated
Code size535 B
Code checksumabd64c39
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Codacy Dark
@version 20250225.15.32
@namespace https://userstyles.world/user/zefir-git
@description Dark theme for app.codacy.com
@author zefir-git
@license No License
==/UserStyle== */
@-moz-document domain("app.codacy.com") {
:root {
filter: invert(.85) hue-rotate(180deg) contrast(1.3);
color-scheme: dark;
}
#root > div > div > header,
img:not(#root > div > div > header img),
input {
filter: invert(1) hue-rotate(180deg);
}
input {
color: #fff !important;
}
}