Last active
July 27, 2023 21:28
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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