witty/assets/main.css

35 lines
593 B
CSS
Raw Normal View History

2022-01-04 21:41:41 +01:00
#terminal {
display: flex;
justify-content: center;
margin: 20px 0 50px;
}
#terminal #terminal_view {
padding: 10px 20px;
border-radius: 6px;
background-color: #282a36;
max-width: 860px;
}
.xterm-viewport.xterm-viewport {
scrollbar-width: thin;
}
2022-01-05 03:21:21 +01:00
2022-01-04 21:41:41 +01:00
.xterm-viewport::-webkit-scrollbar {
width: 10px;
}
2022-01-05 03:21:21 +01:00
2022-01-04 21:41:41 +01:00
.xterm-viewport::-webkit-scrollbar-track {
opacity: 0;
2022-01-05 03:21:21 +01:00
}
2022-01-04 21:41:41 +01:00
.xterm-viewport::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #ffffff20;
}
h2 {
font-family: 'Fira Sans', sans-serif;
font-size: 32;
text-align: center;
}