Add colors to css
This commit is contained in:
parent
ac9b567025
commit
6b4ca126b0
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
:root {
|
||||
--bs-primary: #1cb487;
|
||||
--bs-primary-rgb: 28, 180, 135;
|
||||
--bs-link-color-rgb: 28, 180, 135;
|
||||
--bs-link-hover-color-rgb: 17, 112, 84;
|
||||
--bs-tertiary-bg: #e7e8e8;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -8,6 +11,10 @@ body {
|
|||
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
}
|
||||
|
||||
.bg-tertiary {
|
||||
background-color: var(--bs-tertiary-bg);
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue