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;
color: #FFF;
background: #222;
}
a {color: #ED1}
a {
color: #ED1
}
code {color: gray;}
code {
color: gray;
}
.links {
display: flex;
@ -20,6 +23,6 @@ code {color: gray;}
.splash {
font-size: larger;
text-align: center;
margin: 8vh auto;
margin: 6vh auto;
width: 620px;
}