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,7 +707,7 @@ outline: 1px dotted #DFDFDF; | ||
707 | 707 | ||
708 | #dates .date { | 708 | #dates .date { |
709 | cursor: pointer; | 709 | cursor: pointer; |
710 | - background-color: #17B387; | 710 | + background-color: #61B5E1; |
711 | color: #FFFFFF; | 711 | color: #FFFFFF; |
712 | font-size: 30px; | 712 | font-size: 30px; |
713 | line-height: normal; | 713 | line-height: normal; |
@@ -717,7 +717,7 @@ outline: 1px dotted #DFDFDF; | @@ -717,7 +717,7 @@ outline: 1px dotted #DFDFDF; | ||
717 | } | 717 | } |
718 | 718 | ||
719 | #dates .date.date-active { | 719 | #dates .date.date-active { |
720 | - background-color: #F3593A; | 720 | + background-color: #DB6389; |
721 | } | 721 | } |
722 | 722 | ||
723 | #lectures { | 723 | #lectures { |
@@ -740,22 +740,23 @@ outline: 1px dotted #DFDFDF; | @@ -740,22 +740,23 @@ outline: 1px dotted #DFDFDF; | ||
740 | font-family: 'frente_h1regular'; | 740 | font-family: 'frente_h1regular'; |
741 | font-weight: bold; | 741 | font-weight: bold; |
742 | font-size: 30px; | 742 | font-size: 30px; |
743 | - color: #F3593A; | 743 | + color: #DB6389; |
744 | } | 744 | } |
745 | 745 | ||
746 | -#lectures .time { | 746 | +#lectures .time, |
747 | +#lectures .place { | ||
747 | font-weight: bold; | 748 | font-weight: bold; |
748 | font-size: 20px; | 749 | font-size: 20px; |
749 | - color: #17B387; | 750 | + color: #757575; |
750 | } | 751 | } |
751 | 752 | ||
752 | #lectures .lecture-title { | 753 | #lectures .lecture-title { |
753 | - color: #0080FF; | 754 | + color: #757575; |
754 | font-size: 18px; | 755 | font-size: 18px; |
755 | } | 756 | } |
756 | 757 | ||
757 | #lectures .place { | 758 | #lectures .place { |
758 | - color: #E36C0A; | 759 | + color: #DB6389; |
759 | font-size: 18px; | 760 | font-size: 18px; |
760 | font-weight: bold; | 761 | font-weight: bold; |
761 | } | 762 | } |