Revision 75eeee874221888dc16c78d2c33779e6d22fb4b1 authored by Alex Lancaster on 06 September 2025, 03:22:36 UTC, committed by Alex Lancaster on 06 September 2025, 03:22:36 UTC
1 parent c138b94
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://ronininstitute.org/riis-2.0-temporary-logo.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;
}

Computing file changes ...