mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Simplify theme-toggle svg height
This commit is contained in:
		| @@ -36,10 +36,6 @@ | ||||
|     margin-inline-end: 8px; | ||||
| } | ||||
|  | ||||
| #theme-toggle svg { | ||||
|     height: 18px; | ||||
| } | ||||
|  | ||||
| button#theme-toggle { | ||||
|     font-size: 26px; | ||||
|     margin: auto 4px; | ||||
|   | ||||
| @@ -73,12 +73,12 @@ | ||||
|             <div class="logo-switches"> | ||||
|                 {{- if (not site.Params.disableThemeToggle) }} | ||||
|                 <button id="theme-toggle" accesskey="t" title="(Alt + T)"> | ||||
|                     <svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" | ||||
|                     <svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" | ||||
|                         fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" | ||||
|                         stroke-linejoin="round"> | ||||
|                         <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> | ||||
|                     </svg> | ||||
|                     <svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" | ||||
|                     <svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" | ||||
|                         fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" | ||||
|                         stroke-linejoin="round"> | ||||
|                         <circle cx="12" cy="12" r="5"></circle> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange