More formatting tweaks

master
Cloud9 gf4 www 2021-10-22 20:42:23 -06:00
parent 2826d1e6db
commit 480dd9a0e2
1 changed files with 12 additions and 3 deletions

View File

@ -48,27 +48,36 @@ body {
background: url('/space.jpg') repeat-y fixed 0 0/100%;
}
main {
background-color: rgba(2,2,2,.8);
margin: 0 auto;
padding: 4vw calc(1em + 2vw);
max-width: 1000px;
font-family: monospace;
}
main, h1, h2, h3, h4, h5, h6, pre, ul, ol, p, table, input, button {
background-color: rgba(2,2,2,.75);
}
input, button {
font-family: inherit;
font-size: inherit;
border: 1px solid var(--gray);
background-color: rgba(2,2,2,.7);
color: var(--purple);
}
input {
border: 0;
border-bottom: 1px solid var(--gray);
}
button {
cursor: pointer;
}
table {
border-collapse: collapse;
margin: auto;
width: 100%;
}
th { text-align: left; }
tbody:first-child {
text-align: left;
border-bottom: 1px solid var(--gray);
}
/* Fort */
body::after {