Last active
October 18, 2023 08:15
-
-
Save JonasGao/500f61ed19a6a1232c8bc06cc63ddd02 to your computer and use it in GitHub Desktop.
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
/* From https://gist.github.com/JonasGao/500f61ed19a6a1232c8bc06cc63ddd02 */ | |
.menuBar { | |
background-color: #101010; | |
} | |
.menuBar-Btn_Icon { | |
fill: #ffffff !important; | |
} | |
.dictList { | |
padding-left: 15px; | |
} | |
.dictCOBUILD-ColEntry img { | |
display: inline; | |
vertical-align: middle; | |
} | |
.dictItemHead { | |
padding-top: 15px; | |
height: 35px; | |
} | |
.dictItem-Body { | |
padding: 0px 10px 0px 0px; | |
} | |
.dictRoot { | |
font-family: serif; | |
} | |
.gramGrp > span.pos, | |
.gramGrp.pos { | |
vertical-align: middle; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment