Add title class for use on <strong>

This commit is contained in:
daudix
2024-10-17 00:26:47 +03:00
parent 24ee9864f9
commit 77df7c1120
7 changed files with 14 additions and 10 deletions

View File

@ -75,7 +75,7 @@
<details id="toc" class="closable">
<summary title="{{ macros_translate::translate(key='table_of_contents', default='Table of Contents', language_strings=language_strings) }}"><i class="icon"></i></summary>
<div id="toc-dropdown">
<strong>{{ macros_translate::translate(key="table_of_contents", default="Table of Contents", language_strings=language_strings) }}</strong>
<strong class="title">{{ macros_translate::translate(key="table_of_contents", default="Table of Contents", language_strings=language_strings) }}</strong>
<div>
<{{ list_element }}>
{%- for h1 in page.toc -%}

View File

@ -1,6 +1,6 @@
{%- if page.extra.archive and page.extra.archive != true -%}
<div class="statement-container archive">
<strong class="big">
<strong class="title">
<i class="icon"></i>
{{- macros_translate::translate(key="archived", default="Archived", language_strings=language_strings) -}}
</strong>
@ -10,7 +10,7 @@
{%- if page.extra.trigger -%}
<div class="statement-container trigger">
<strong class="big">
<strong class="title">
<i class="icon"></i>
{{- macros_translate::translate(key="trigger_warning", default="Trigger Warning", language_strings=language_strings) -}}
</strong>
@ -20,7 +20,7 @@
{%- if page.extra.disclaimer -%}
<div class="statement-container disclaimer">
<strong class="big">
<strong class="title">
<i class="icon"></i>
{{-macros_translate::translate(key="disclaimer", default="Disclaimer", language_strings=language_strings) -}}
</strong>