body,
html {
background: #f2f2f2;
}
pre,
.message {
max-width: 960px;
}
li {margin: 10px}
.hero.is-primary {
background: linear-gradient(to top right, #524ad0 10%, #D099FA);
}
.box {
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.box span.icon {
float: right;
font-size: 1.7em;
padding: 2rem 2rem 0 0;
}
.is-large.fab {
font-size: 7em;
}
.is-large.fas {
font-size: 5em;
margin-left: 0.2em;
}
.media-content {overflow: hidden;}
.menu-list li a:hover {
background: #d9d9d9;
}
.token.number {
display: inline;
padding: inherit;
font-size: inherit;
line-height: inherit;
text-align: inherit;
vertical-align: inherit;
border-radius: inherit;
font-weight: inherit;
white-space: inherit;
background: inherit;
margin: inherit;
}
.footer {background-color: white;}
:root{
::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
}