v1.4.8 Fixed alot of the areas the graphic designer told me to.
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="manifest" href="/resources/manifest.json">
|
||||
<link type="text/css" rel="stylesheet" href="{{ asset("/css/normalize.css") }}">
|
||||
<link rel='icon' href='{{ asset('/images/icons/pencil-dark.svg') }}' type='image/x-icon'>
|
||||
@if(request()->cookie("mode") == "dark")
|
||||
<link rel='icon' href='{{ asset('/images/icons/appIcon.svg') }}' type='image/x-icon'>
|
||||
@if(request()->cookie("mode") == "dark")
|
||||
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webappdark.css") }}">
|
||||
@else
|
||||
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
||||
@@ -27,7 +28,7 @@
|
||||
@else
|
||||
<img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-hvid.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole">
|
||||
@endif
|
||||
<button class="ml-auto" id="toggle">
|
||||
<button class="ml-auto btn-sde-blue" style="border: none; font-size: 20px" id="toggle">
|
||||
<i id="icon" class="fas fa-bars" style="color: black;"></i>
|
||||
</button>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user