Merge branch 'main' into joeykimsey-com

prep for deploy
This commit is contained in:
Joey Kimsey
2025-01-22 15:02:48 -05:00
42 changed files with 346 additions and 248 deletions

View File

@ -21,6 +21,9 @@
.context-second-bg {
background-color: #1e1e1e;
}
.context-third-bg {
background-color: #3a3a3a;
}
.bg-default {
background-color: #2c2c2c;
}
@ -142,9 +145,7 @@ body {
}
.form-control:focus {
color: #e0e0e0;
/* border-color: #85bd3e; */
border-color: #1b947f;
border-color: #1e90ff;
background-color: #1f1f1f;
/* box-shadow: 0 0 0 .25rem #1b947f; */
box-shadow: 0 0 0 .25rem #85bd3e;
box-shadow: 0 0 0 .25rem rgba(30, 144, 255, .5);
}