ari.lt/content/styles/generic/main.css
2021-11-01 20:05:35 +02:00

29 lines
No EOL
475 B
CSS

* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: monospace;
color: #ffffff;
scroll-behavior: smooth;
-ms-overflow-style: none;
/* for Internet Explorer, Edge */
scrollbar-width: none;
/* for Firefox */
overflow-y: scroll;
}
::-webkit-scrollbar {
display: none;
/* for Chrome, Safari, and Opera */
}
html, body {
background-color: #070707;
margin-bottom: 2em;
}
.iframe {
width: 50%;
min-width: 300px;
max-width: 1000px;
}