Add icon
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>mediator — new poll</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/logo.svg">
|
||||
<link rel="preload" href="/static/fonts/IosevkaEtoile.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/static/fonts/IosevkaSlab.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
@@ -11,7 +12,7 @@
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<header class="site">
|
||||
<a class="logo" href="/"><span class="dot"></span>mediator</a>
|
||||
<a class="logo" href="/"><svg class="dot" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.92" aria-hidden="true"><rect x="2.5" y="2.5" width="19" height="19"/><path d="M9.1 2.5 V15.1 M2.5 15.1 H21.5 M9.1 9 H21.5 M15 15.1 V21.5"/></svg>mediator</a>
|
||||
<span class="tagline">one calendar for the whole crew</span>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#c48401" stroke-width="1.92">
|
||||
<rect x="2.5" y="2.5" width="19" height="19"/>
|
||||
<path d="M9.1 2.5 V15.1 M2.5 15.1 H21.5 M9.1 9 H21.5 M15 15.1 V21.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 262 B |
+2
-1
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>mediator — poll</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/logo.svg">
|
||||
<link rel="preload" href="/static/fonts/IosevkaEtoile.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/static/fonts/IosevkaSlab.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
@@ -11,7 +12,7 @@
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<header class="site">
|
||||
<a class="logo" href="/"><span class="dot"></span>mediator</a>
|
||||
<a class="logo" href="/"><svg class="dot" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.92" aria-hidden="true"><rect x="2.5" y="2.5" width="19" height="19"/><path d="M9.1 2.5 V15.1 M2.5 15.1 H21.5 M9.1 9 H21.5 M15 15.1 V21.5"/></svg>mediator</a>
|
||||
<span class="tagline">one calendar for the whole crew</span>
|
||||
</header>
|
||||
|
||||
|
||||
+4
-4
@@ -82,10 +82,10 @@ header.site {
|
||||
|
||||
.logo .dot {
|
||||
display: inline-block;
|
||||
width: 0.7em;
|
||||
height: 0.7em;
|
||||
background: var(--primary);
|
||||
border: 1px solid var(--secondary);
|
||||
width: 0.9em;
|
||||
height: 0.9em;
|
||||
color: var(--secondary);
|
||||
vertical-align: -0.1em;
|
||||
margin-right: 0.4em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user