Bugfixes and Bootstrap 5 finalized

This commit is contained in:
Joey Kimsey
2024-12-17 22:57:55 -05:00
parent 2220c6cda3
commit a859fb7ace
79 changed files with 2011 additions and 1597 deletions

View File

@ -15,6 +15,9 @@
.context-main-bg {
background-color: #2c2c2c;
}
.context-second-bg {
background-color: #1e1e1e;
}
.bg-default {
background-color: #2c2c2c;
}
@ -109,8 +112,6 @@ body {
*/
.b-example-divider {
background-color: rgba(255, 255, 255, .1);
border: solid rgba(255, 255, 255, .15);
box-shadow: inset 0 .5em 1.5em rgba(255, 255, 255, .1), inset 0 .125em .5em rgba(255, 255, 255, .15);
}
/**
@ -124,4 +125,4 @@ body {
}
.text-shadow-3 {
text-shadow: 0 .5rem 1.5rem rgba(255, 255, 255, .25);
}
}