css tweajs

This commit is contained in:
Geoff Doty 2022-07-28 22:45:34 -04:00
parent 7090b37582
commit 56366bc6ac
1 changed files with 7 additions and 4 deletions

View File

@ -4,12 +4,15 @@ body {
padding:0; padding:0;
color: #FFF; color: #FFF;
background: #222; background: #222;
} }
a {color: #ED1} a {
color: #ED1
}
code {color: gray;} code {
color: gray;
}
.links { .links {
display: flex; display: flex;
@ -20,6 +23,6 @@ code {color: gray;}
.splash { .splash {
font-size: larger; font-size: larger;
text-align: center; text-align: center;
margin: 8vh auto; margin: 6vh auto;
width: 620px; width: 620px;
} }