57 lines
1.0 KiB
CSS
57 lines
1.0 KiB
CSS
/* Generating Color Pack*/
|
|
.color-highlight {
|
|
color: #967ADC !important;
|
|
}
|
|
|
|
.bg-highlight {
|
|
background-color: #967ADC !important;
|
|
color: #FFF !important;
|
|
}
|
|
|
|
.border-highlight {
|
|
border-color: #967ADC !important;
|
|
}
|
|
|
|
.gradient-highlight {
|
|
background-image: linear-gradient(to bottom, #AC92EC, #967ADC) !important;
|
|
}
|
|
|
|
.footer-bar-2 .active-nav,
|
|
.footer-bar-5 strong,
|
|
.footer-bar-4 strong,
|
|
.splide__pagination__page.is-active {
|
|
background-color: #967ADC !important;
|
|
}
|
|
|
|
.footer-bar-1 .active-nav i,
|
|
.footer-bar-1 .active-nav span,
|
|
.footer-bar-3 .active-nav i {
|
|
color: #967ADC !important;
|
|
}
|
|
|
|
.form-floating-over > .form-control:focus ~ label {
|
|
color: #967ADC;
|
|
}
|
|
|
|
.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
|
|
color: #967ADC;
|
|
}
|
|
|
|
.form-floating-over > .form-select ~ label {
|
|
color: #967ADC;
|
|
}
|
|
|
|
.color-highlight {
|
|
color: #967ADC;
|
|
}
|
|
|
|
.bg-highlight {
|
|
background-color: #967ADC;
|
|
color: #FFF !important;
|
|
}
|
|
|
|
.interest-check input:checked ~ label {
|
|
color: #FFF !important;
|
|
background-color: #967ADC !important;
|
|
}
|