merge from main

This commit is contained in:
Joey Kimsey
2025-02-02 04:47:24 -05:00
92 changed files with 1000 additions and 658 deletions

View File

@ -9,21 +9,27 @@
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
.context-main {
color: #fff;
}
.context-second {
color: #1e1e1e;
.context-main-border {
border-color: #f5f5f5!important;
}
.context-main-bg {
background-color: #2c2c2c;
}
.context-second-bg {
background-color: #1e1e1e;
background-color: #383838;
}
.context-third-bg {
background-color: #3a3a3a;
}
.context-other-bg {
background-color: #1e1e1e;
}
.context-main {
color: #fff;
}
.bg-default {
background-color: #2c2c2c;
}
@ -32,13 +38,9 @@ hr {
color: #f5f5f5;
}
.bg-none,.bg-warning {
color: #000 !important;
}
.context-other {
color: #000;
}
.accordion-button:not(.collapsed) {
color: #f5f5f5;
background-color: var(--bs-accordion-dark-active-bg);
@ -68,12 +70,6 @@ body {
.install-terms strong {
color: #ffffff;
}
.context-main {
color: #ffffff;
}
.context-other {
color: #ffffff;
}
/**
* Terms Page

View File

@ -8,8 +8,26 @@
* @link https://TheTempusProject.com
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
.context-other-bg {
.context-main-border {
border-color: #1e1e1e!important;
}
.context-main-bg {
background-color: #f7f7f7;
/* background-color: #b1b; */
}
.context-second-bg {
background-color: #eaeaea;
/* background-color: #b1b; */
}
.context-third-bg {
background-color: #ccc;
/* background-color: #b1b; */
}
.context-main {
color: #000;
}
.nav-link.active {
@ -20,10 +38,6 @@ hr {
color: #000;
}
.context-main-bg {
background-color: #f7f7f7;
}
/* Base styles for the switch container */
.material-switch {
position: relative;
@ -76,12 +90,6 @@ hr {
transform: translateX(25px); /* Adjust based on switch width */
}
.context-main {
color: #000;
}
.context-other {
color: #fff;
}
html {
font-family: 'Open Sans', sans-serif;
position: relative;