diff --git a/site/content/docs/5.3/dark-mode.md b/site/content/docs/5.3/dark-mode.md index 84ee0fd46a..6698a04f1d 100644 --- a/site/content/docs/5.3/dark-mode.md +++ b/site/content/docs/5.3/dark-mode.md @@ -77,3 +77,460 @@ sitemap_exclude: true
+ +## Accordions + +### No theme + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ +### Local dark theme + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ +### Local light theme + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ +### Dark background + +Using bg-dark + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ + +### Light background + +Using bg-white + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ +### Custom dark background + +Using dark theme + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ +### Custom light background + +Using light theme + +
+
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin + adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse + plugin adds the appropriate classes that we use to style each element. These classes control the overall + appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom + CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the + .accordion-body, though the transition does limit overflow. +
+
+
+
+
+ +## Alerts + +### No theme + +
+ + + + +
+ +### Local dark theme + +
+ + + + +
+ +### Local light theme + +
+ + + + +
+ +### Dark background + +Using bg-dark + +
+ + + + +
+ +### Light background + +Using bg-white + +
+ + + + +
+ +### Custom dark background + +Using dark theme + +
+ + + + +
+ +### Custom light background + +Using light theme + +
+ + + + +
+ +