|
|
|
@@ -1,3 +1,5 @@ |
|
|
|
@import url('https://fonts.googleapis.com/css?family=Coda:400,800&display=swap'); |
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe, |
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
|
|
a, abbr, acronym, address, big, cite, code, |
|
|
|
@@ -57,8 +59,7 @@ body { |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
overflow-x: hidden; |
|
|
|
overflow: scroll; |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
|
|
|
|
.nightly { |
|
|
|
@@ -66,8 +67,6 @@ body { |
|
|
|
color: #cd79cd; |
|
|
|
} |
|
|
|
|
|
|
|
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); |
|
|
|
|
|
|
|
.game { |
|
|
|
font-size: 100px; |
|
|
|
} |
|
|
|
@@ -164,14 +163,6 @@ a:hover { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
|
|
|
|
.title { |
|
|
|
color: gray; |
|
|
|
position: fixed; |
|
|
|
left: 50%; |
|
|
|
top: 10%; |
|
|
|
transform: translate(-50%, 0); |
|
|
|
font-family: 'Source Code Pro', monospace; |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-aspect-ratio: 1/1) { |
|
|
|
.title { |
|
|
|
@@ -238,7 +229,7 @@ a:hover { |
|
|
|
max-width: 70vw; |
|
|
|
margin: auto; |
|
|
|
margin-top: 25vh; |
|
|
|
font-family: 'Source Code Pro', monospace; |
|
|
|
font-family: 'Coda', cursive; |
|
|
|
display: none; |
|
|
|
vertical-align: text-top; |
|
|
|
min-height: 75vh; |
|
|
|
@@ -254,11 +245,13 @@ a:hover { |
|
|
|
margin: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.version { |
|
|
|
font-size: 36px; |
|
|
|
color: gray; |
|
|
|
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif |
|
|
|
font-family: 'Coda', cursive; |
|
|
|
} |
|
|
|
|
|
|
|
.changelog, |
|
|
|
.changelog > p, |
|
|
|
.changelog > ul, |
|
|
|
@@ -311,4 +304,9 @@ h3 { |
|
|
|
font-size: 100%; |
|
|
|
color: #aaa; |
|
|
|
margin-left: 3em; |
|
|
|
} |
|
|
|
} |
|
|
|
.changelog ul li ul li { |
|
|
|
list-style: circle !important; |
|
|
|
text-indent: 2em; |
|
|
|
color: |
|
|
|
} |