Skip to content

Commit

Permalink
change background color + titles
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss committed Sep 28, 2023
1 parent 86686e1 commit b4ddb1e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions site/content/docs/5.3/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sitemap_exclude: true
</div>
</div>

### Local dark theme
### Dark theme on container

Using bg-body

Expand Down Expand Up @@ -164,7 +164,7 @@ Using bg-body
</div>
</div>

### Local light theme
### Light theme on container

Using bg-body

Expand Down Expand Up @@ -209,7 +209,7 @@ Using bg-body

### Dark theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #282d55">
<div class="accordion" id="accordionExample6" data-bs-theme="dark">
<div class="accordion-item">
<h2 class="accordion-header">
Expand Down Expand Up @@ -250,7 +250,7 @@ Using bg-body

### Light theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #b5e8f7">
<div class="accordion" id="accordionExample7" data-bs-theme="light">
<div class="accordion-item">
<h2 class="accordion-header">
Expand Down Expand Up @@ -312,7 +312,7 @@ Using bg-body
</div>
</div>

### Local dark theme
### Dark theme on container

Using bg-body

Expand All @@ -335,7 +335,7 @@ Using bg-body
</div>
</div>

### Local light theme
### Light theme on container

Using bg-body

Expand All @@ -360,7 +360,7 @@ Using bg-body

### Dark theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #282d55">
<div class="alert alert-success bg-body" role="alert" data-bs-theme="dark">
<span class="alert-icon"><span class="visually-hidden">Success</span></span>
<p>Success notification text goes here.</p>
Expand All @@ -381,7 +381,7 @@ Using bg-body

### Light theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #b5e8f7">
<div class="alert alert-success bg-body" role="alert" data-bs-theme="light">
<span class="alert-icon"><span class="visually-hidden">Success</span></span>
<p>Success notification text goes here.</p>
Expand Down Expand Up @@ -427,7 +427,7 @@ Using bg-body
</nav>
</div>

### Local dark theme
### Dark theme on container

Using bg-body

Expand All @@ -454,7 +454,7 @@ Using bg-body
</nav>
</div>

### Local light theme
### Light theme on container

Using bg-body

Expand Down Expand Up @@ -483,7 +483,7 @@ Using bg-body

### Dark theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #282d55">
<nav class="stepped-process" aria-label="Checkout process" data-bs-theme="dark">
<p class="float-start mt-2 me-2 fw-bold d-sm-none">Step</p>
<ol>
Expand All @@ -508,7 +508,7 @@ Using bg-body

### Light theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #b5e8f7">
<nav class="stepped-process" aria-label="Checkout process" data-bs-theme="light">
<p class="float-start mt-2 me-2 fw-bold d-sm-none">Step</p>
<ol>
Expand Down Expand Up @@ -552,7 +552,7 @@ Using bg-body
</nav>
</div>

### Local dark theme
### Dark theme on container

Using bg-body

Expand All @@ -574,7 +574,7 @@ Using bg-body
</nav>
</div>

### Local light theme
### Light theme on container

Using bg-body

Expand All @@ -598,7 +598,7 @@ Using bg-body

### Dark theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #282d55">
<nav class="local-nav" aria-label="Basic local navigation" data-bs-theme="dark">
<button class="local-nav-button collapsed d-lg-none" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLocalNav4" aria-expanded="false" aria-controls="collapseLocalNav4">
<span class="container-xxl">Shop</span>
Expand All @@ -618,7 +618,7 @@ Using bg-body

### Light theme on component

<div class="border border-tertiary p-3">
<div class="border border-tertiary p-3" style="background-color: #b5e8f7">
<nav class="local-nav" aria-label="Basic local navigation" data-bs-theme="light">
<button class="local-nav-button collapsed d-lg-none" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLocalNav5" aria-expanded="false" aria-controls="collapseLocalNav5">
<span class="container-xxl">Shop</span>
Expand Down

0 comments on commit b4ddb1e

Please sign in to comment.