Uh... Stuff.

This commit is contained in:
Firepup Sixfifty 2024-04-26 21:56:26 -05:00
parent 02a1ebc9aa
commit 25f25ef125
No known key found for this signature in database
GPG key ID: 7C92E2ABBBFAB9BA
35 changed files with 131 additions and 118 deletions

View file

@ -1,77 +0,0 @@
html, body {
height: 100%;
width: 100%;
color: #00FF00;
margin: 0;
padding: 0;
}
html {
background-color: #000000;
}
.warning {
color: #FF0000;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.block {
width: 100%;
}
footer {
margin-top: auto;
text-align: center;
}
a:has(button) {
box-shadow: none !important;
transform: none !important;
}
#replit-badge {
box-shadow: none;
transform: none;
outline: none;
background: #000000;
}
.center {
display: block;
margin: 0 auto;
text-align: center;
color: #00FF00;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.rainbow {
background: linear-gradient(to right , #ff0000 0% , #e100ff 10% , #00b3ff 30% , #00ff1e 50% , #ff0000 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.color {
color: #00FF00;
}
.force-color {
background: #00ff00;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

View file

@ -5,16 +5,23 @@
src: url('/fonts/SourceCodePro.ttf');
}
* {
color-scheme: light dark;
}
html, body {
height: 100%;
width: 100%;
background-color: #000000;
color: #00FF00;
margin: 0;
padding: 0;
font-family: 'Source Code Pro', monospace !important;
}
html {
background-color: #000000;
}
.warning {
color: #FF0000;
}
@ -93,3 +100,10 @@ a:has(button) {
background-clip: text;
text-fill-color: transparent;
}
.no-special {
box-shadow: none !important;
border-radius: unset !important;
outline: none !important;
transition: none !important;
}