wip from ATB

This commit is contained in:
Joey Kimsey
2025-01-04 17:21:14 -05:00
parent 87e4f90bab
commit 32a9711ade
60 changed files with 556 additions and 342 deletions

View File

@ -21,9 +21,14 @@
.context-second-bg {
background-color: #1e1e1e;
}
.context-third-bg {
background-color: #3a3a3a;
}
.bg-default {
background-color: #2c2c2c;
}
.bg-none,.bg-warning {
color: #000 !important;
}
@ -135,3 +140,14 @@ body {
.text-shadow-3 {
text-shadow: 0 .5rem 1.5rem rgba(255, 255, 255, .25);
}
.form-control {
background-color: #1f1f1f;
color: #e0e0e0;
}
.form-control:focus {
color: #e0e0e0;
border-color: #1e90ff;
background-color: #1f1f1f;
box-shadow: 0 0 0 .25rem rgba(30, 144, 255, .5);
}

View File

@ -92,8 +92,10 @@ html {
pre {
white-space: pre-wrap;
}
body {
background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
background-color: #e4e4e4;
/* background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); */
}
@media ( min-width: 768px ) {
.main {