Skip to content

Commit 81d194e

Browse files
authored
Merge pull request #332 from cmu-delphi/sgratzl/style
style changes
2 parents 25f79f2 + 5e5ccd7 commit 81d194e

File tree

13 files changed

+22
-15
lines changed

13 files changed

+22
-15
lines changed

content/about/news/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: News from the Delphi Team
2+
title: Delphi Team News
33
linkTitle: News
44
layout: single
55
---
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
date: 2016-12-01
3-
title: Top
3+
title: Delphi wins 2015-2016 forecasting challenge
44
category: accomplishment
55
---
66

7-
[system took the top spot in the 2015-2016 flu forecasting challenge](https://www.cdc.gov/flu/spotlights/flu-activity-forecasts-2016-2017.htm). ([Results summary](https://www.cs.cmu.edu/~roni/CDC%20Flu%20Challenge%202015-2016%20Results.pdf).)
7+
[Our system took the top spot in the 2015-2016 flu forecasting challenge](https://www.cdc.gov/flu/spotlights/flu-activity-forecasts-2016-2017.htm). ([Results summary](https://www.cs.cmu.edu/~roni/CDC%20Flu%20Challenge%202015-2016%20Results.pdf).)

content/about/news/headless/2017_10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2017-10-01
3-
title: Again
3+
title: Delphi wins 2016-2017 forecasting challenge
44
category: accomplishment
55
---
66

content/about/news/headless/2018_11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2018-10-01
3-
title: Again
3+
title: Delphi wins 2017-2018 forecasting challenge
44
category: accomplishment
55
---
66

content/about/news/headless/2019_10_CenterOfExcellence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2019-10-01
3-
title: Center of Excellence
3+
title: Delphi named 'Center of Excellence'
44
category: accomplishment
55
---
66

content/about/news/headless/2020_03_covid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2020-03-01
3-
title: COVID-19
3+
title: Delphi shifts focus to COVID-19
44
category: update
55
---
66

content/about/news/headless/2020_04_covidcast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2020-04-01
3-
title: COVIDcast
3+
title: Launch of COVIDcast v1
44
category: update
55
---
66

content/about/news/headless/2020_10_fellows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2020-10-01
3-
title: Welcome Fellows
3+
title: 13 Google Fellows join Delphi for 6 months
44
category: update
55
---
66

themes/delphi/assets/css/components/_arrow_link.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
.arrow-link {
1+
a.arrow-link {
22
display: flex;
33
align-items: center;
4+
color: black;
5+
6+
&:hover {
7+
color: black;
8+
}
49

510
> .inline-svg-icon {
611
border-radius: 50%;

themes/delphi/assets/css/components/_latest_card.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616

1717
> .uk-card-footer {
1818
border-top: none;
19-
20-
a {
21-
color: inherit;
22-
}
19+
padding-bottom: 24px;
2320
}
2421
}
2522

0 commit comments

Comments
 (0)