mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update more icons
This commit is contained in:
parent
0d03ee0780
commit
eb8de81b77
3 changed files with 8 additions and 8 deletions
|
@ -207,13 +207,13 @@ header a {
|
|||
fill: $accentcolor;
|
||||
float: left;
|
||||
margin: .6em 0 0 0;
|
||||
height: 1.750em;
|
||||
width: 1.750em;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
display: inline-block;
|
||||
margin: 0 auto .438em;
|
||||
margin: 0 auto .438em -1em;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ layout: default
|
|||
<a href="https://discordapp.com/invite/cmxJpVf" class="button">
|
||||
<span>
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>
|
||||
<path d="M20 6h-1v8c0 .55-.45 1-1 1H6v1c0 1.1.9 2 2 2h10l4 4V8c0-1.1-.9-2-2-2zm-3 5V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v13l4-4h9c1.1 0 2-.9 2-2z"/>
|
||||
</svg>
|
||||
Chat
|
||||
</span>
|
||||
|
|
|
@ -5,8 +5,8 @@ title: News
|
|||
<article>
|
||||
<header>
|
||||
<a href="/">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"/>
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M14.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z"/>
|
||||
</svg>
|
||||
</a>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
@ -15,8 +15,8 @@ title: News
|
|||
{% for post in site.posts %}
|
||||
<li>
|
||||
{{ post.content }}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24.21-.34.1-.79-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72z"/>
|
||||
</svg>
|
||||
<span>{{ post.date | date: "%B %e, %Y" }}</span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue