From b337e16b262c23e34ccfeaa8e6000dcef6e88f32 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 5 Apr 2020 10:44:04 +0200 Subject: [PATCH] =?UTF-8?q?Odkazy=20p=C5=99eb=C3=ADraj=C3=AD=20prim=C3=A1r?= =?UTF-8?q?n=C3=AD=20barvu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sekundární barva je nastavena podle barev PedF v přepisu loga. --- sass/style.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 107d63e..76fe762 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,4 +1,5 @@ $primary: #d22d40; +$secondary: #8cc04b; $logo-diameter: 20mm; // No less than 15mm as per usage regulations body { @@ -119,6 +120,15 @@ body { line-height: 1.5em; text-align: justify; + a { + color: $primary; + text-decoration: none; + + &:hover { + color: $secondary; + } + } + h2, h3, h4, h5, h6, .title { margin: 2em 0 1em 0; text-align: left;