@@ -782,19 +782,26 @@ details.faq-item[open] > summary {
782782}
783783
784784details .faq-item .faq-answer {
785- padding : 20px 24px !important ;
785+ padding : 20px 24px 20 px 28 px !important ;
786786 margin : 0 !important ;
787787 color : # 4a4a4a !important ;
788788 line-height : 1.8 !important ;
789- background : # FFFFFF !important ;
789+ background : # FAFAFA !important ;
790790 font-size : 15px !important ;
791+ border-left : 3px solid # 785D8F !important ;
792+ margin-left : 20px !important ;
793+ margin-right : 20px !important ;
794+ margin-bottom : 20px !important ;
795+ margin-top : 16px !important ;
796+ border-radius : 0 8px 8px 0 !important ;
791797}
792798
793799details .faq-item .faq-answer code {
794- background : # F5F3F7 !important ;
795- padding : 2px 6 px !important ;
800+ background : # EDE9F0 !important ;
801+ padding : 2px 8 px !important ;
796802 border-radius : 4px !important ;
797803 font-size : 14px !important ;
804+ color : # 5a4a6a !important ;
798805}
799806
800807/* Dark mode FAQ */
@@ -825,13 +832,14 @@ body.dark details.faq-item[open] > summary {
825832}
826833
827834body .dark details .faq-item .faq-answer {
828- color : # b0b0b0 !important ;
829- background : # 1a1a1a !important ;
835+ color : # c0c0c0 !important ;
836+ background : # 222 !important ;
837+ border-left-color : # a88bc4 !important ;
830838}
831839
832840body .dark details .faq-item .faq-answer code {
833- background : # 2a2a2a !important ;
834- color : # a88bc4 !important ;
841+ background : # 333 !important ;
842+ color : # c4a8d8 !important ;
835843}
836844
837845/* Print styles */
0 commit comments