Files
KI/public/assets/styles/faqs.css

6 lines
193 B
CSS
Raw Normal View History

2020-05-29 18:47:14 -04:00
#faq { background-color: #a7a9ab; color: white; padding-top: 3rem; padding-bottom: 4rem; }
2020-05-19 15:20:42 -04:00
2020-05-29 18:47:14 -04:00
#faq .header, #faq .title, #faq .content { color: inherit; }
2020-06-04 12:33:07 -04:00
#faq .accordion { font-size: 1.2rem; }