From 262b8454ba127ab09f6b379e1102d157b2ad3bc8 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Feb 2021 17:01:13 +0100 Subject: [PATCH] Rearrangeing style.css. --- assets/css/style.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5cfa1c3..e7c6844 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -475,22 +475,6 @@ p { margin-bottom: 0.5rem; } -.content__box p, .content__box li { - hyphens: auto; -} - -.content__box a { - color: var(--wtf-orange); -} - -.content__box a:hover { - color: var(--wtf-light-blue); -} - -.content__box a:visited { - color: var(--wtf-dark-blue); -} - ul { list-style: disc; } @@ -528,6 +512,22 @@ li { padding: 0; } +.content__box p, .content__box li { + hyphens: auto; +} + +.content__box a, .pagination__anchor { + color: var(--wtf-orange); +} + +.content__box a:hover, .pagination__anchor:hover { + color: var(--wtf-light-blue); +} + +.content__box a:visited, .pagination__anchor:visited { + color: var(--wtf-dark-blue); +} + .content__inner_box.-logo_header { margin: 3.5rem 1.5rem 0 1.5rem; }