more css changes

This commit is contained in:
Diamantis Tziotzios 2023-04-25 11:26:20 +03:00
parent 92f56c073c
commit eb1abb1f24
2 changed files with 3 additions and 4 deletions

View File

@ -78,7 +78,7 @@ h6 {
}
.sidebar[data-color="danger"] li.active>a {
background-color: var(--primary-color-1);
background-color: var(--primary-color);
/* -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4); */
/* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4); */
box-shadow: none;

View File

@ -55,7 +55,6 @@
:root {
--primary-color: #129d99;
--primary-color-1: #129d99;
--primary-color-2: #23bcba;
--primary-color-3: #00b29f;
--secondary-color: #f7dd72;
@ -81,7 +80,7 @@
}
.lightblue-btn {
background-color: var(--primary-color-1) !important;
background-color: var(--primary-color) !important;
color: white !important;
// background-color: rgba(0, 112, 192, 1) !important;
}
@ -123,7 +122,7 @@
border: 0.1em solid rgb(218, 227, 243);
border-radius: 10em;
background-color: rgb(236, 241, 249);
color: var(--primary-color-1);
color: var(--primary-color);
// color: rgba(0, 112, 192, 1);
// color: rgb(68, 114, 196);
text-transform: uppercase;