Switch to new favicon and custom css for RMO
This commit is contained in:
parent
d73dd9310c
commit
9bf407be6c
3 changed files with 14 additions and 3 deletions
|
|
@ -4,12 +4,14 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{template "title" .}} - Report Mosquitoes Online</title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="/static/vendor/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Bootstrap & Custom CSS -->
|
||||
<link href="/static/css/bootstrap.css" rel="stylesheet">
|
||||
<!-- Bootstrap Icons -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||
<!-- Fontawesome Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="/static/favicon-rmo.ico" type="image/x-icon"/>
|
||||
{{block "extraheader" .}} {{end}}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,15 @@ $info: #D7B26D;
|
|||
// 4. Include any default map overrides here
|
||||
|
||||
// 5. Include remainder of required parts
|
||||
@import "./bootstrap/scss/mixins/border-radius";
|
||||
@import "./bootstrap/scss/mixins/box-shadow";
|
||||
@import "./bootstrap/scss/mixins/breakpoints";
|
||||
@import "./bootstrap/scss/mixins/buttons";
|
||||
@import "./bootstrap/scss/mixins/gradients";
|
||||
@import "./bootstrap/scss/mixins/transition";
|
||||
@import "./bootstrap/scss/vendor/rfs";
|
||||
@import "./bootstrap/scss/buttons";
|
||||
@import "./bootstrap/scss/card";
|
||||
@import "./bootstrap/scss/maps";
|
||||
@import "./bootstrap/scss/mixins";
|
||||
@import "./bootstrap/scss/root";
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<!-- Fontawesome Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="/static/favicon-sync.ico" type="image/x-icon"/>
|
||||
{{block "extraheader" .}} {{end}}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue