Changed theme toggle button colors

pull/2/head
Rebecca Hollis 5 years ago
parent 8e0d4cc4e2
commit a12dcdcd85

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

@ -33,15 +33,18 @@
<div class="navbar navbar-dark bg-primary shadow-sm">
<div class="container d-flex justify-content-between">
<a class="navbar-brand text-navbartext" href="#">
<img src="../images/jdsfaulkner-logo-lt-theme.png" height="50" class="d-inline-block align-middle"
alt="JDSfaulkner logo">
</a>
<div id="theme-toggle" class="theme-button mb-2"></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader"
aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>

@ -23,7 +23,8 @@ $theme-colors: (
height: 30px;
background-size: contain;
background-color: transparent;
background-image: url("../../images/theme-toggle-dark.png");
background-repeat: no-repeat;
background-image: url("../../images/dark-theme-toggle.png");
cursor: pointer;
}

@ -23,7 +23,8 @@ $theme-colors: (
height: 30px;
background-size: contain;
background-color: transparent;
background-image: url("../../images/theme-toggle-light.png");
background-repeat: no-repeat;
background-image: url("../../images/light-theme-toggle.png");
cursor: pointer;
}

Loading…
Cancel
Save