diff --git a/_includes/header.html b/_includes/header.html index 64e92a3dec..2f41961945 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -242,9 +242,9 @@
-
- - +
+ {% include icons/moon.svg %} + {% include icons/sun.svg %}
{% include language-picker.html %} {% include language-picker-mobile.html %} diff --git a/_includes/icons/moon.svg b/_includes/icons/moon.svg new file mode 100644 index 0000000000..6a9a40d902 --- /dev/null +++ b/_includes/icons/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icons/sun.svg b/_includes/icons/sun.svg new file mode 100644 index 0000000000..7c767a4693 --- /dev/null +++ b/_includes/icons/sun.svg @@ -0,0 +1 @@ + diff --git a/_includes/language-picker-mobile.html b/_includes/language-picker-mobile.html index 1ebedc3b76..2644fd85c3 100644 --- a/_includes/language-picker-mobile.html +++ b/_includes/language-picker-mobile.html @@ -1,6 +1,6 @@
- +
diff --git a/css/style.css b/css/style.css index 08836c0df2..a3efcc9644 100644 --- a/css/style.css +++ b/css/style.css @@ -511,8 +511,8 @@ html[xmlns] .clearfix { } .button { - display: block; - padding: 3px 5px; + display: flex; + justify-content: center; border-radius: 3px; cursor: pointer; color: var(--box-fg);