Website/public/style.css

56 lines
991 B
CSS

html, body {
height: 100%;
}
body {
background-color: black;
background: url('stars.gif');
text-align: center;
color: white;
image-rendering: pixelated;
font-size: 1rem;
font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
line-height: 1.5;
}
hr {
display: none;
}
a {
color: #0f0;
}
h1 {
border-bottom: .25rem double yellow;
color: yellow;
}
img {
height: auto;
max-width: 100%;
}
code {
display: block;
max-width: min-content;
margin: auto;
background: black;
color: greenyellow;
padding: .75rem;
overflow-x: auto;
overflow-y: hidden;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}
table {
border-collapse: collapse;
margin: auto;
background: black;
}
td, th {
border: 1px solid white;
text-align: left;
padding: .5rem;
}