diff --git a/.config/dusky_sites/chatgpt.com.css b/.config/dusky_sites/chatgpt.css similarity index 100% rename from .config/dusky_sites/chatgpt.com.css rename to .config/dusky_sites/chatgpt.css diff --git a/.config/dusky_sites/discord.com.css b/.config/dusky_sites/discord.css similarity index 100% rename from .config/dusky_sites/discord.com.css rename to .config/dusky_sites/discord.css diff --git a/.config/dusky_sites/grok.com.css b/.config/dusky_sites/grok.css similarity index 100% rename from .config/dusky_sites/grok.com.css rename to .config/dusky_sites/grok.css diff --git a/.config/dusky_sites/instagram.com.css b/.config/dusky_sites/instagram.css similarity index 100% rename from .config/dusky_sites/instagram.com.css rename to .config/dusky_sites/instagram.css diff --git a/.config/dusky_sites/whatsapp.css b/.config/dusky_sites/whatsapp.css new file mode 100644 index 00000000..d3a9cdab --- /dev/null +++ b/.config/dusky_sites/whatsapp.css @@ -0,0 +1,87 @@ +@-moz-document domain("web.whatsapp.com") { + /* Background */ + .x6egj2d { + background-color: var(--surface) !important; + } + + /* Button Hover */ + .xzn9hfk.xzn9hfk:where(.x-default-marker:hover *) { + background-color: var(--surface_bright) !important; + } + + /* Side Bar */ + .x1h3rtpe { + background-color: var(--surface_container_low) !important; + } + + /* Accent Color */ + .xyp3urf { + background-color: var(--primary_fixed_dim) !important; + } + + /* Main Bar */ + ._ak9t { + background-color: var(--surface) !important; + } + .x1abdmlv { + background-color: var(--primary_container) !important; + } + ._ak9y { + background-color: var(--surface) !important; + } + ._ak72 { + background-color: var(--surface) !important; + } + + /* Text Color */ + .xk4n5i7 { + color: var(--primary_fixed) !important; + } + .x14ug900 { + color: var(--on_surface) !important; + } + .x1v5yvga { + color: var(--primary_fixed_dim) !important; + } + + /* Media */ + .x1rrvw3c { + border-bottom-color: var(--primary_fixed_dim) !important: + } + .x120ee7l { + border-bottom-color: var(--outline_variant) !important; + } + + / + .xfn3atn { + background-color: var(--primary_fixed_dim) !important; + } + + /* Message */ + .message-out ._amk6 { + background-color: var(--surface_container_highest) !important; + } + .message-out ._amk7 { + color: var(--surface_container_highest) !important; + } + .xk7ee7b { + background-color: var(--surface_container_high) !important; + } + + /* File Search Bar */ + .xxyb0qf:has(input:focus) { + outline-color: var(--primary_fixed_dim) !important; + } + + /* Cursor */ + .xjdcl3y { + caret-color: var(--primary_fixed) !important; + } + + /* Top Main Bar */ + .x1280gxy { + background: var(--surface) !important; + } + +} +