Skip to content

Commit

Permalink
added theme-color
Browse files Browse the repository at this point in the history
  • Loading branch information
acmoune committed May 31, 2024
1 parent 7ad021c commit cc6d047
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/OsanWebsite.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<base href="/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-status-bar-style" content="#ba425e" />
<meta name="theme-color" content="#ba425e" />
<title>@(String.IsNullOrEmpty(ViewData["Title"]?.ToString()) ? "O'SAN Cave" : $"{ViewData["Title"]} - O'SAN Cave")</title>

<link runat="server" rel="shortcut icon" href="~/favicon2.ico" type="image/x-icon" />
<link runat="server" rel="icon" href="~/favicon2.ico" type="image/ico" />


@RenderSection("metatags", required: false)

<link rel="stylesheet" href="~/lib/bootstrap/css/bootstrap.min.css">
Expand Down Expand Up @@ -40,7 +41,8 @@
<div id="main-content">
<div id="navbar">
<div id="navbar-body">
<span style="font-size: 11pt;flex-grow:1;color:white;">O'SAN Cave</span>
<img src="~/images/logo-o-light.png" style="height: 40px;" />
<span style="flex-grow: 1;"></span>

<a href="/" class="osan-btn" style="display: inline; width:auto;margin-right: 5px;padding: 5px 10px;"><span class="fa fa-home" /></a>
<a href="/reservation" class="osan-btn" style="display: inline; width:auto;padding: 5px 10px;margin-right: 5px;">Réserver</a>
Expand Down
2 changes: 1 addition & 1 deletion src/OsanWebsite.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body {
display: flex;
padding-bottom: 0px;
border-bottom: 1px solid #db0842;
z-index: 10000;
z-index: 999;
}

.feed-menu {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc6d047

Please sign in to comment.