Initial
This commit is contained in:
28
assets/css/styles.css
Normal file
28
assets/css/styles.css
Normal 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;
|
||||
left: 1rem;
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
text-shadow: 2px 2px;
|
||||
}
|
||||
|
||||
.gd-modal-loaded .logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.logo:hover {
|
||||
cursor: pointer;
|
||||
color: #ffe0c9;
|
||||
}
|
||||
Reference in New Issue
Block a user