add beanskull

This commit is contained in:
ida schmidt 2020-05-01 03:49:34 -07:00
parent 82de7f13d2
commit dc7afa6af1
7 changed files with 3 additions and 3 deletions

Binary file not shown.

After

(image error) Size: 120 KiB

View file

@ -8,7 +8,7 @@
.sidebar-wrapper__inner
.sidebar
= link_to root_path do
= image_pack_tag 'logo.svg', class: 'logo', alt: 'Mastodon'
= image_pack_tag 'logo-skull.png', class: 'logo', alt: 'is not alive'
.sidebar__toggle
.sidebar__toggle__logo

View file

@ -6,7 +6,7 @@
.logo-container
%h1
= link_to root_path do
= svg_logo_full
= image_pack_tag 'logo-skull.png', :width => "175em", alt: 'is not alive'
.form-container
= render 'flashes'

View file

@ -42,7 +42,7 @@
%li= link_to t('about.api'), 'https://docs.joinmastodon.org/api/guidelines/'
.column-2
%h4= link_to t('about.what_is_mastodon'), 'https://joinmastodon.org/'
= link_to svg_logo, root_url, class: 'brand'
= link_to (image_pack_tag 'logo-skull.png', width: 50), root_url, class: 'brand'
.column-3
%h4= site_hostname
%ul

Binary file not shown.

Before

(image error) Size: 13 KiB

After

(image error) Size: 19 KiB

Binary file not shown.

Before

(image error) Size: 4.8 KiB

After

(image error) Size: 16 KiB

Binary file not shown.

Before

Width: 45px  |  Height: 48px  |  Size: 8.9 KiB

After

Width: 48px  |  Height: 48px  |  Size: 15 KiB