https://github.com/RoninInstitute/docs
Tip revision: 7d563ac399aed60fe409abcee237a805ac36281f authored by Alex Lancaster on 27 June 2025, 04:23:56 UTC
fixes for mobile
fixes for mobile
Tip revision: 7d563ac
style.css
body {
margin: 0;
padding: 0;
background: linear-gradient(to bottom right, #0d1b2a, #1b263b);
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color: #e0e1dd;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
position: relative;
overflow: auto;
}
body::before {
content: "";
background: url('https://upload.wikimedia.org/wikipedia/commons/1/1e/AsarakaenPhoenix.png') no-repeat center center;
background-size: contain;
opacity: 0.04;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
}
p { text-align: left;}
a.github-button, .github-link {
display: none !important;
}
.markdown-body h1:first-of-type {
display: none;
}