Created
December 12, 2018 07:41
-
-
Save suyanhanx/e754c0cc1c36e075afd6eaf88a6a1c6c to your computer and use it in GitHub Desktop.
terminus.css
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
/* * { color: blue !important; } */ | |
/* 隐藏滚动条*/ | |
.xterm .xterm-viewport::-webkit-scrollbar { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment