From f8fb6cb9d15e63e21c2bbc953d60bc940087ebc3 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 29 Apr 2022 13:30:32 +0100 Subject: [PATCH] links --- app/static/css/partials/_layout.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/static/css/partials/_layout.scss b/app/static/css/partials/_layout.scss index c628297..a8ec538 100644 --- a/app/static/css/partials/_layout.scss +++ b/app/static/css/partials/_layout.scss @@ -33,8 +33,8 @@ p { textarea { height: 320px } - } + @media screen and (max-width: 799px) { #intro { margin: 16px; @@ -119,6 +119,11 @@ p { text-align: center; font-family: 'PT Sans Narrow',sans-serif; } + p { + a, a:visited, a:active, a:hover { + color: #c34528; + } + } } .reference {