From aff7b8504b506da7a242f0b60c8e92a2cb6d3635 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Tue, 6 May 2014 14:13:35 +0000 Subject: [PATCH] Changed colors of "Programação" --- style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index affb151..25902a3 100644 --- a/style.css +++ b/style.css @@ -707,7 +707,7 @@ outline: 1px dotted #DFDFDF; #dates .date { cursor: pointer; - background-color: #17B387; + background-color: #61B5E1; color: #FFFFFF; font-size: 30px; line-height: normal; @@ -717,7 +717,7 @@ outline: 1px dotted #DFDFDF; } #dates .date.date-active { - background-color: #F3593A; + background-color: #DB6389; } #lectures { @@ -740,22 +740,23 @@ outline: 1px dotted #DFDFDF; font-family: 'frente_h1regular'; font-weight: bold; font-size: 30px; - color: #F3593A; + color: #DB6389; } -#lectures .time { +#lectures .time, +#lectures .place { font-weight: bold; font-size: 20px; - color: #17B387; + color: #757575; } #lectures .lecture-title { - color: #0080FF; + color: #757575; font-size: 18px; } #lectures .place { - color: #E36C0A; + color: #DB6389; font-size: 18px; font-weight: bold; } -- libgit2 0.21.2