css tweajs
This commit is contained in:
parent
7090b37582
commit
56366bc6ac
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue