/ ‘theme-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-10 16:16:58 +09:00
parent e3b4673f42
commit 00ea8a637e

View file

@ -18,6 +18,11 @@
scrollbar-width: none; scrollbar-width: none;
} }
body::-webkit-scrollbar {
width: 0;
height: 0;
}
a { a {
color: rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8);
text-decoration: none; text-decoration: none;