diff --git a/static_files/style.css b/static_files/style.css index ddb3d5c..3e802a5 100644 --- a/static_files/style.css +++ b/static_files/style.css @@ -23,12 +23,23 @@ padding-bottom: 2em; } -.individual_truth > h3 { +.individual_truth h3 { text-align: center; padding-bottom: 4px; border-bottom: slategray solid 0.15em; } +.individual_truth > a, .individual_truth > a:link, .individual_truth > a:visited { + color: black; + text-decoration: none; + transition: all .2s ease-in-out; +} + +.individual_truth > a:hover, .individual_truth > a:focus { + color: mediumpurple; + text-shadow: 0 2px 2px slategray; +} + .editor { width: calc(100% - 1.25em); /* The width is calculated *inside* the padding, so adjust for it. */ height: 6eM; diff --git a/templates/weeks/truth.html.tera b/templates/weeks/truth.html.tera index fdc1b5e..266a82b 100644 --- a/templates/weeks/truth.html.tera +++ b/templates/weeks/truth.html.tera @@ -5,7 +5,7 @@ {%- endif -%}
-

Vérité {{ truth.number }}

+

Vérité {{ truth.number }}

{{ truth.rendered_text | safe }}

{% if user.logged_in %}