/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-15 23:55:00 +09:00
parent 24c89b37c7
commit 7d3abbc0d9

View file

@ -10,7 +10,13 @@
<style>
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
overflow: hidden;
background-color: rgba(0, 20, 40, 1.0); /* black */
scrollbar-width: none;
}
body::-webkit-scrollbar {
width: 0;
height: 0;
}
a {