mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	nav-label: init
* label can be set differently from title
* label can have an optional icon with preffered size
* in site config =>
params:
  label:
    text: "Home"
    icon: /apple-touch-icon.png
    iconHeight: 35
			
			
This commit is contained in:
		| @@ -25,6 +25,15 @@ | ||||
|     font-weight: 700; | ||||
| } | ||||
|  | ||||
| .logo a img { | ||||
|     display: inline; | ||||
|     vertical-align: middle; | ||||
|     pointer-events: none; | ||||
|     transform: translate(0, -10%); | ||||
|     border-radius: 6px; | ||||
|     margin-right: 8px; | ||||
| } | ||||
|  | ||||
| .theme-toggle svg{ | ||||
|     height: 18px; | ||||
|     margin: 0 10px; | ||||
| @@ -57,4 +66,4 @@ body:not(.dark) #sun { | ||||
| .menu .active { | ||||
|     font-weight: 500; | ||||
|     border-bottom: 2px solid currentColor; | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange