{% extends 'admin/base.html' %} {% block _title %}{{ _('Customize') }}{% endblock %} {% set custom_link = 'active' %} {% block _additionalHeadItems %} {% endblock %} {% block _content %}

{{ _('Customize') }}

{{ _('Customize {} to your liking').format(const.appName) }}

{{ _('Favicon') }}

{{ _('Current favicon:') }} {{ cfg.instance.title }}'s icon

{{ _('Accent color') }}

{#

Color

#}

{{ _('Default') }}: #6345d9

{{ _('Default') }}: #7a63e3

{# brain doesn't feel like implementing this rn (9/27/24)

Background

Default: #ffffff

Default: #202020

#}

{{ _('Note') }}: {{ _('on mobile screens text will always be hidden if this option is enabled') }}

{#
#}

{{ _('Question card layout') }}

{{ _('Navbar link style') }}

{{ _('Homepage layout') }}

{{ _('Info box layout') }}

{{ _('Trimmed content') }}

{{ _('Maximum length of content before it gets trimmed (used in sharing options); set to 0 to disable') }}

{{ _('Advanced') }}

{{ _('Custom CSS') }}

{% include 'snippets/admin/saveBtn.html' %}
{% endblock %} {% block _scripts %} {% endblock %}