mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-31 09:48:53 -04:00
Formatting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- Retrieve features from configuration -->
|
||||
{% set features = config.theme.features or [] %}
|
||||
{% set features = config.theme.features or [] %}
|
||||
|
||||
<!--
|
||||
State toggles - we need to set autocomplete="off" in order to reset the
|
||||
|
||||
@@ -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') }}"
|
||||
|
||||
Reference in New Issue
Block a user