|
1 | 1 | /* primary: #15653B; */ |
2 | 2 | /* primary-light/info: #47A71C */ |
3 | | -/* secondary: #E88100 */ |
| 3 | +/* secondary: #f49928 */ |
4 | 4 | /* secondary-light/warning: #FFCB96 */ |
5 | 5 |
|
6 | 6 | .text-primary-light { color: #47A71C; } |
|
27 | 27 | } |
28 | 28 |
|
29 | 29 | #announcement { |
30 | | - background: #E88100; |
| 30 | + background: #f49928; |
31 | 31 | /* full width minus scrollbar*/ |
32 | 32 | padding: 32px; |
33 | 33 | box-shadow: 0px 0px 10px 0px rgba(217,122,10,0.75); |
|
51 | 51 | .text-underline { text-decoration: underline; } |
52 | 52 |
|
53 | 53 | .page { min-height: 500px; padding-bottom: 10em; padding-top: 4em} |
54 | | -#footer { background: #136F43; padding: 1em 0; color: #f8c48f} |
| 54 | +#footer { background: #30b080; padding: 1em 0; color: #f8c48f} |
55 | 55 | #footer a { color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } |
56 | 56 | #footer ul { list-style-type: none; padding-left: 0} |
57 | 57 | #footer ul li { margin: .5em 0; } |
58 | | -#homepage_news { background: #136F43; padding: 2em 0; margin 0:} |
| 58 | +#homepage_news { background: #30b080; padding: 2em 0; margin 0:} |
59 | 59 | #homepage_news a { color: #fff; text-decoration: underline;} |
60 | 60 | #homepage_news a:hover { color: #f8c48f; text-decoration: underline;} |
61 | 61 | .news-card { height: 300px; } |
@@ -167,11 +167,11 @@ a.navbar-brand:hover{ |
167 | 167 | .dropdown-item.active, .dropdown-item:active { |
168 | 168 | color: #fff; |
169 | 169 | text-decoration: none; |
170 | | - background-color: #136F43; |
| 170 | + background-color: #30b080; |
171 | 171 | } |
172 | 172 |
|
173 | 173 | a.nav-link, a.navbar-brand { |
174 | | - color: #E88100; |
| 174 | + color: #f49928; |
175 | 175 | } |
176 | 176 |
|
177 | 177 | /* Don't show carets in the dropdown menus */ |
|
0 commit comments