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