Commit aff7b8504b506da7a242f0b60c8e92a2cb6d3635
1 parent
aacf52ff
Exists in
master
and in
2 other branches
Changed colors of "Programação"
Showing
1 changed file
with
8 additions
and
7 deletions
Show diff stats
style.css
... | ... | @@ -707,7 +707,7 @@ outline: 1px dotted #DFDFDF; |
707 | 707 | |
708 | 708 | #dates .date { |
709 | 709 | cursor: pointer; |
710 | - background-color: #17B387; | |
710 | + background-color: #61B5E1; | |
711 | 711 | color: #FFFFFF; |
712 | 712 | font-size: 30px; |
713 | 713 | line-height: normal; |
... | ... | @@ -717,7 +717,7 @@ outline: 1px dotted #DFDFDF; |
717 | 717 | } |
718 | 718 | |
719 | 719 | #dates .date.date-active { |
720 | - background-color: #F3593A; | |
720 | + background-color: #DB6389; | |
721 | 721 | } |
722 | 722 | |
723 | 723 | #lectures { |
... | ... | @@ -740,22 +740,23 @@ outline: 1px dotted #DFDFDF; |
740 | 740 | font-family: 'frente_h1regular'; |
741 | 741 | font-weight: bold; |
742 | 742 | font-size: 30px; |
743 | - color: #F3593A; | |
743 | + color: #DB6389; | |
744 | 744 | } |
745 | 745 | |
746 | -#lectures .time { | |
746 | +#lectures .time, | |
747 | +#lectures .place { | |
747 | 748 | font-weight: bold; |
748 | 749 | font-size: 20px; |
749 | - color: #17B387; | |
750 | + color: #757575; | |
750 | 751 | } |
751 | 752 | |
752 | 753 | #lectures .lecture-title { |
753 | - color: #0080FF; | |
754 | + color: #757575; | |
754 | 755 | font-size: 18px; |
755 | 756 | } |
756 | 757 | |
757 | 758 | #lectures .place { |
758 | - color: #E36C0A; | |
759 | + color: #DB6389; | |
759 | 760 | font-size: 18px; |
760 | 761 | font-weight: bold; |
761 | 762 | } | ... | ... |