]> git.p6c8.net - pcdenotes.git/blob - notes/static/style.css
57d9dfc9d7a77682836de54053a52dc26b149f04
[pcdenotes.git] / notes / static / style.css
1 header {
2 color: #ffffff;
3 background-color: #0d6efd;
4 text-align: center;
5 }
6
7 header a:link, header a:visited, header a:active, header a:hover {
8 color: #ffffff;
9 }
10
11 footer {
12 color: #ffffff;
13 background-color: #212529;
14 }
15
16 footer a:link, footer a:visited, footer a:active, footer a:hover {
17 color: #ffffff;
18 }
19
20 footer ul {
21 list-style-type: none;
22 margin-left: 0;
23 padding-left: 0;
24 }
25
26 article .publication-date {
27 font-style: italic;
28 font-size: smaller;
29 }

patrick-canterino.de