|
|
|
@@ -61,6 +61,11 @@ body { |
|
|
|
overflow: scroll; |
|
|
|
} |
|
|
|
|
|
|
|
.nightly { |
|
|
|
background-color: #310909; |
|
|
|
color: #cd79cd; |
|
|
|
} |
|
|
|
|
|
|
|
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); |
|
|
|
|
|
|
|
.game { |
|
|
|
@@ -191,6 +196,7 @@ a:hover { |
|
|
|
right: -100px; |
|
|
|
top: 0px; |
|
|
|
transform: rotate(45deg); |
|
|
|
z-index: 2; |
|
|
|
} |
|
|
|
|
|
|
|
.switcher-text { |
|
|
|
@@ -276,6 +282,15 @@ a:hover { |
|
|
|
background: linear-gradient(180deg, rgba(16,13,30,1) 0%, rgba(16,13,30,1) 66%, rgba(16,13,30,0) 100%); |
|
|
|
} |
|
|
|
|
|
|
|
.changelog-fade-nightly { |
|
|
|
position: fixed; |
|
|
|
top: 0%; |
|
|
|
width: 100vw; |
|
|
|
height: 25vh; |
|
|
|
background: rgb(49,9,9); |
|
|
|
background: linear-gradient(180deg, rgba(49,9,9,1) 0%, rgba(49,9,9,1) 66%, rgba(49,9,9,0) 100%); |
|
|
|
} |
|
|
|
|
|
|
|
h3 { |
|
|
|
font-size: 40px; |
|
|
|
padding-top: 10px; |
|
|
|
|