Make greetings in dashboard font-weight equal to 300
This commit is contained in:
		
					parent
					
						
							
								b382d9709f
							
						
					
				
			
			
				commit
				
					
						aa26458a8c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7,7 +7,7 @@ | ||||||
|             <div class="dashboard-container-head"> |             <div class="dashboard-container-head"> | ||||||
|                 <h1 class="dashboard-title-thin">{% trans "My Dashboard" %}</h1> |                 <h1 class="dashboard-title-thin">{% trans "My Dashboard" %}</h1> | ||||||
|             </div> |             </div> | ||||||
|             <div style="color:#fff; font-size: 18px; padding: 0 8px; margin-top: 30px; margin-bottom: 30px;"> |             <div style="color:#fff; font-size: 18px; font-weight:300; padding: 0 8px; margin-top: 30px; margin-bottom: 30px;"> | ||||||
|                 {% trans "Welcome" %} {{request.user.name}} |                 {% trans "Welcome" %} {{request.user.name}} | ||||||
|             </div> |             </div> | ||||||
|             <div class="hosting-dashboard-content"> |             <div class="hosting-dashboard-content"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue