Update the navbar color
This commit is contained in:
parent
69d1d671a1
commit
24eb1f9c45
@ -4,11 +4,13 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="theme-color" content="#4E5D6C">
|
||||
<meta name="msapplication-navbutton-color" content="#4E5D6C">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#4E5D6C">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<title>Canapé</title>
|
||||
</head>
|
||||
|
@ -65,8 +65,10 @@ body {
|
||||
}
|
||||
|
||||
.navbar {
|
||||
@media (min-width: @screen-md-min) {
|
||||
opacity: 0.95;
|
||||
}
|
||||
}
|
||||
|
||||
div.sweet-alert > h2 {
|
||||
color: @body-bg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user