🎱🐣 Checkpoint

./game.css:1954897/144
./es.js:1954897/8
This commit is contained in:
Glitch (hello-webpage)
2020-05-25 04:13:33 +00:00
parent 9ceff3279d
commit 9fc865cf60
+6 -1
View File
@@ -27,6 +27,9 @@ html, body {
background: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent);
}
/*
* Terminal
*/
.terminal {
width: 100%;
padding: 2rem 1rem;
@@ -42,7 +45,8 @@ html, body {
.terminal .terminal--line::after {
content: "\00a0";
}
/*****************************************
/*
* Buttons
*/
.terminal .terminal--btn {
@@ -54,6 +58,7 @@ html, body {
margin-right: .5rem;
cursor: pointer;
text-decoration: none;
outline: 0;
}
.terminal .terminal--btn:hover:not([disabled]),
.terminal .terminal--btn:focus:not([disabled]),