This commit is contained in:
Julieñ
2024-05-21 09:41:48 +02:00
parent 4c356a8af2
commit 1bb184cfe4
1646 changed files with 3456 additions and 1 deletions

28
assets/css/styles.css Normal file
View File

@@ -0,0 +1,28 @@
html,
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #101010;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
}
.logo {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 2;
color: #fff;
text-shadow: 2px 2px;
}
.gd-modal-loaded .logo {
display: none;
}
.logo:hover {
cursor: pointer;
color: #ffe0c9;
}