Skip to content

Instantly share code, notes, and snippets.

@Plasmoxy
Last active July 27, 2023 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Plasmoxy/3ed9f304274eead70275ee898999513a to your computer and use it in GitHub Desktop.
Save Plasmoxy/3ed9f304274eead70275ee898999513a to your computer and use it in GitHub Desktop.
userstyle for dark mode bilingual manga for image, OCR and furigana (kguj2saaxu2qidie3ytuklhlxwcy2anw42lgsbvpdqgjxtd6kofsmfid.onion)
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');
.ocrtext1 {
color: #ffe354;
background: #292932 !important;
padding: 15px;
border: solid 1px #aaaaaa;
border-radius: 15px;
transform: translateX(15px) translateY(-15px);
font-size: 30px;
font-family: 'Noto Sans JP', sans-serif;
}
rt {
font-size: 24px !important;
}
img {
-webkit-filter: invert(0.85);
filter: invert(0.85);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment