From 82032853adcdca4c5860ec6109a8fdb6f9b45dfc Mon Sep 17 00:00:00 2001 From: simoon Date: Fri, 10 Apr 2020 11:57:48 +0200 Subject: [PATCH] changed css --- hbbs/static/css/styles.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/hbbs/static/css/styles.css b/hbbs/static/css/styles.css index 7d91be0..d54e181 100644 --- a/hbbs/static/css/styles.css +++ b/hbbs/static/css/styles.css @@ -17,6 +17,10 @@ a { color: white; } +a:hover { + color: white; +} + html { background: rgb(4, 0, 255); } @@ -25,11 +29,11 @@ body { font-family: "Compagnon Roman", serif; background: linear-gradient( 0deg, - rgba(4, 0, 255, 1) 1%, - rgba(255, 0, 255, 1) 86% + rgba(0, 0, 255, 1) 75%, + rgba(255, 0, 255, 1) 100% ); - font-size: 1.4rem; - line-height: 1.2; + font-size: 1.2rem; + line-height: 1.1; color: white; } @@ -71,7 +75,7 @@ ul { #programmes-list h1, #programmes-list h2 { - font-size: 1.4rem; + font-size: 1.2rem; } #programmes-list h2 {