Formatting

This commit is contained in:
squidfunk 2021-02-25 17:29:11 +01:00
parent 8d5a25c52a
commit 7d5a463c60
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -40,7 +40,7 @@ theme:
name: null
custom_dir: material
# 404 page
# Static files
static_templates:
- 404.html

View File

@ -95,7 +95,7 @@
color: hsla(0, 0%, 0%, 0.54);
}
// Hovered search field
// Search input on hover
&:hover {
background-color: hsla(0, 0%, 0%, 0.32);
}

View File

@ -22,7 +22,7 @@
{% import "partials/language.html" as lang with context %}
<!-- Repository containing source -->
<!-- Repository information -->
<a
href="{{ config.repo_url }}"
title="{{ lang.t('source.link.title') }}"