fix: fix the dodge stying by seqta

This commit is contained in:
2026-02-19 17:01:19 +10:30
parent 1b938e2748
commit 004c3cc61d
2 changed files with 79 additions and 23 deletions
+10 -1
View File
@@ -17,10 +17,19 @@
@use "injected/popup.scss";
@font-face {
font-family: "Roboto";
src: url("https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2")
format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}
html {
background: #161616 !important;
background-color: #161616;
font-family: Rubik, Roboto !important;
font-family: Roboto, system-ui, -apple-system, sans-serif !important;
}
.tooltip svg {