|
1 | 1 | /* primary: #15653B; */
|
2 | 2 | /* primary-light/info: #47A71C */
|
3 |
| -/* secondary: #f49928 */ |
| 3 | +/* secondary: #f59c27 */ |
4 | 4 | /* secondary-light/warning: #FFCB96 */
|
5 | 5 |
|
6 | 6 | .text-primary-light { color: #47A71C; }
|
|
27 | 27 | }
|
28 | 28 |
|
29 | 29 | #announcement {
|
30 |
| - background: #f49928; |
| 30 | + background: #f59c27; |
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: #30b080; padding: 1em 0; color: #f8c48f} |
| 54 | +#footer { background: #5baa81; 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: #30b080; padding: 2em 0; margin 0:} |
| 58 | +#homepage_news { background: #5baa81; 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; }
|
@@ -175,11 +175,11 @@ a.navbar-brand:hover{
|
175 | 175 | .dropdown-item.active, .dropdown-item:active {
|
176 | 176 | color: #fff;
|
177 | 177 | text-decoration: none;
|
178 |
| - background-color: #30b080; |
| 178 | + background-color: #5baa81; |
179 | 179 | }
|
180 | 180 |
|
181 | 181 | a.nav-link, a.navbar-brand {
|
182 |
| - color: #f49928; |
| 182 | + color: #f59c27; |
183 | 183 | }
|
184 | 184 |
|
185 | 185 | /* Don't show carets in the dropdown menus */
|
|
0 commit comments