]> git.p6c8.net - pcdenotes.git/blob - notes/static/style.css
Moved more styles to CSS file
[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 footer a:link, footer a:visited, footer a:active, footer a:hover {
9 color: #ffffff;
10 }
11
12 h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
13 color: #212529;
14 }
15
16 footer {
17 color: #ffffff;
18 background-color: #212529;
19 }
20
21 footer ul {
22 list-style-type: none;
23 margin-left: 0;
24 padding-left: 0;
25 }
26
27 article .publication-date {
28 font-style: italic;
29 font-size: smaller;
30 }

patrick-canterino.de