Added ice fairies.

This commit is contained in:
flash 2019-09-09 03:36:06 +02:00
parent 2de79a73c6
commit 124c6c979c
3 changed files with 11 additions and 0 deletions

View file

@ -33,6 +33,11 @@
@accent-colour: #8559a5;
@header-accent-colour: #8559a5;
// Cirno
@accent-colour: #09f;
@header-accent-colour: #09f;
@site-logo: url('/images/logos/imouto-cirno.png');
:root {
--site-max-width: @site-max-width;
--site-logo: @site-logo;

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -70,6 +70,12 @@
</div>
</div>
{# CIRNO #}
<div class="container landing__container">
<iframe width="300" height="169" src="https://www.youtube-nocookie.com/embed/hRW7uA2Iios" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="vertical-align: middle;"></iframe>
</div>
{# /CIRNO #}
{% if online_users|length > 0 %}
<div class="container landing__container">
{{ container_title('<i class="fas fa-users fa-fw"></i> Online Users') }}