Line 182: | Line 182: | ||
.accordion { | .accordion { | ||
background-color: #3498db; | background-color: #3498db; | ||
− | color: | + | color: #fff; |
cursor: pointer; | cursor: pointer; | ||
padding: 15px; | padding: 15px; | ||
Line 192: | Line 192: | ||
/* transition: 0.4s linear; */ | /* transition: 0.4s linear; */ | ||
font-family: "Montserrat", sans-serif; | font-family: "Montserrat", sans-serif; | ||
− | font-weight: | + | font-weight: 400; |
font-size: 20px; | font-size: 20px; | ||
} | } | ||
Line 219: | Line 219: | ||
.accordion:after { | .accordion:after { | ||
− | content: " | + | content: "+"; |
− | font-size: | + | font-size: 27px; |
font-weight: 800; | font-weight: 800; | ||
color: #fff; | color: #fff; | ||
Line 228: | Line 228: | ||
/* Not sure why this function does not work. Need to check */ | /* Not sure why this function does not work. Need to check */ | ||
− | .active | + | .active:after { |
content: "-"; | content: "-"; | ||
} | } |
Revision as of 22:39, 10 October 2018