aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Experimental.ServiceViewer/wwwroot/styles/days_in_feed.css
blob: b3c46d1163155d487c49f2194efabe573dfe801a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
main article {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0;
  text-align: center;
}

main article.current-day {
  background: #e3f2fd;
  border-color: #0074d9;
}

main article.current-day a {
  font-weight: 700;
}

main article a {
  font-size: 1rem;
  font-weight: 500;
  color: #0074d9;
  text-decoration: none;
}

main article a:hover {
  text-decoration: underline;
}