|
|
|
@ -77,7 +77,7 @@ h1 {
|
|
|
|
|
cursor: url(https://www.dropbox.com/s/odbhtufakz6sge2/cursor%20red.png?raw=1),
|
|
|
|
|
auto !important;
|
|
|
|
|
width: 38px;
|
|
|
|
|
color: yellow;
|
|
|
|
|
color: #00fd00;
|
|
|
|
|
border: none;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
@ -110,6 +110,10 @@ h1 {
|
|
|
|
|
color: black;
|
|
|
|
|
border: solid 2px blue;
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
transform: translateX(-50%) translateY(-50%);
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#colophon h1 {
|
|
|
|
@ -347,6 +351,9 @@ button {
|
|
|
|
|
height: 100vh;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
transform: unset;
|
|
|
|
|
display: unset;
|
|
|
|
|
left: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#colophon h1 {
|
|
|
|
|