File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6565 type ="text "
6666 placeholder ="Search the docs... "
6767 />
68- < a href ="# " onclick ="event.preventDefault(); detectDarkTheme(true) "> ☀ </ a >
68+ < a href ="# " onclick ="event.preventDefault(); detectDarkTheme(true) " class =" dark-theme-button " > </ a >
6969 </ div >
7070 </ div >
7171 < div class ="search-results-container ">
Original file line number Diff line number Diff line change @@ -46,11 +46,17 @@ $dark-theme-container-color: #424242;
4646body {
4747 font-family : $font ;
4848 background : $background-color ;
49+ .dark-theme-button ::after {
50+ content : " ☀"
51+ }
4952}
5053
5154body .dark-theme {
5255 background : $dark-theme-code-background ;
5356 color : $dark-theme-font-color ;
57+ .dark-theme-button ::after {
58+ content : " ☽"
59+ }
5460}
5561
5662strong , b {
You can’t perform that action at this time.
0 commit comments