couldn't change colors of footer text or accordion buttons

pull/2/head
Rebecca Hollis 5 years ago
parent 429fd585e2
commit 06482010aa

@ -14,7 +14,6 @@ html {
.main {
background-color: secondary;
color: navbartext;
}
body {
@ -147,13 +146,10 @@ body {
padding-top: 3rem;
padding-bottom: 3rem;
background: primary;
color: footertext;
}
.footer p {
margin-bottom: .25rem;
margin-left: 25rem;
padding-left: 25rem;
color: footertext;
}

@ -50,7 +50,7 @@ $enable-rounded: true !default;
}
html {
height: 100%
height: 100%;
}
body {
@ -124,5 +124,9 @@ body {
outline: none;
}
.fixed-top {
outline: none;
}

@ -31,7 +31,9 @@ $theme-colors: (
"activetextaccordion": #9d9d9d,
"inactiveborderaccordion": #180606,
"activeborderaccordion": rgba(26, 26, 26, 0),
"footertext": #7b7b7b,
"footertext": #787572,
"chevronup": #787572,
"chevrondown": #9d9d9d,
);
.theme-button{

@ -4,7 +4,7 @@ $theme-colors: (
"success": #0B031C,
"info": #ffffff,
"warning": #700000,
"navbartext": #434344,
"navbartext": #121213,
"navbartextfeather": #323233,
"navbartextactive": #212122,
"inactivecard": #ffffff,
@ -33,6 +33,8 @@ $theme-colors: (
"inactiveborderaccordion": #c0c2c6,
"activeborderaccordion": rgba(26, 26, 26, 0),
"footertext": #434344,
"chevronup": #434344,
"chevrondown": #434344,
);
.theme-button{

Loading…
Cancel
Save