Rewrote colors to use variables
This commit is contained in:
parent
f53cc0b31a
commit
e5669d33ab
16 changed files with 34 additions and 58 deletions
src/components
|
@ -63,8 +63,8 @@ if(bond10 === "false") {
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
background-color: rgb(27, 27, 27);
|
||||
border-color: #1e1e1e;
|
||||
background-color: var(--c-darkergray);
|
||||
border-color: var(--c-darkgray);
|
||||
padding: 0em 0.75em;
|
||||
width: 40%;
|
||||
height: auto;
|
||||
|
@ -113,7 +113,7 @@ if(bond10 === "false") {
|
|||
article:hover .expand-on-hover {
|
||||
transform: scaleY(1);
|
||||
transition: transform 200ms ease-in-out;
|
||||
background-color: #242424;
|
||||
background-color: var(--c-duskgray);
|
||||
}
|
||||
|
||||
.bond-ce {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue