Updated theme colors
This commit is contained in:
parent
a9a672e17f
commit
5a6302dc12
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.9 KiB |
@ -1,3 +1,27 @@
|
||||
:root {
|
||||
--bs-body-color: #f0f6f0;
|
||||
--bs-body-color-rgb: 240, 246, 240;
|
||||
--bs-emphasis-color: #f0f6f0;
|
||||
--bs-emphasis-color-rgb: 240, 246, 240;
|
||||
--bs-secondary: #848784;
|
||||
--bs-secondary-rgb: 132, 135, 132;
|
||||
--bs-secondary-color: rgba(240, 246, 240, 0.75);
|
||||
--bs-secondary-color-rgb: 240, 246, 240;
|
||||
--bs-light: #f0f6f0;
|
||||
--bs-light-rgb: 240, 246, 240;
|
||||
--bs-body-bg: #222323;
|
||||
--bs-body-bg-rgb: 34, 35, 35;
|
||||
--bs-dark: #222323;
|
||||
--bs-dark-rgb: 34, 35, 35;
|
||||
--bs-border-color: #454645;
|
||||
--bs-border-color-rgb: 69, 70, 69;
|
||||
--bs-border-color-translucent: rgba(240, 246, 240, 0.15);
|
||||
--bs-link-color: #299a7d;
|
||||
--bs-link-color-rgb: 41, 154, 125;
|
||||
--bs-link-hover-color: #5fd5b6;
|
||||
--bs-link-hover-color-rgb: 95, 213, 182;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Cinzel";
|
||||
src: url(assets/cinzel/Cinzel/Cinzel-Regular.ttf) format("truetype");
|
||||
@ -100,7 +124,7 @@ a {
|
||||
--bs-bg-opacity: 0.5;
|
||||
}
|
||||
.carousel-indicators button {
|
||||
background-color: #fff !important;
|
||||
background-color: var(--bs-body-color) !important;
|
||||
}
|
||||
|
||||
.carousel-control-prev-icon, .carousel-control-next-icon {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user