summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static/blog.css
blob: c288119c3361d23ae814e4e8600549514330c1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.notice {
  border-radius: 1em;
  background: rgb(228, 228, 228);
  border-left: 0.3em solid #1e2739;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.notice {
  position: relative;
  left: 0;
}
#main a:link,
#main a:visited,
#main a:hover,
#main a:active {
  color: black;
}