]> git.p6c8.net - pcdenotes.git/blobdiff - notes/static/style.css
Moved some styles into a CSS file
[pcdenotes.git] / notes / static / style.css
diff --git a/notes/static/style.css b/notes/static/style.css
new file mode 100644 (file)
index 0000000..57d9dfc
--- /dev/null
@@ -0,0 +1,29 @@
+header {
+    color: #ffffff;
+    background-color: #0d6efd;
+    text-align: center;
+}
+
+header a:link, header a:visited, header a:active, header a:hover {
+    color: #ffffff;
+}
+
+footer {
+    color: #ffffff;
+    background-color: #212529;
+}
+
+footer a:link, footer a:visited, footer a:active, footer a:hover {
+    color: #ffffff;
+}
+
+footer ul {
+    list-style-type: none;
+    margin-left: 0;
+    padding-left: 0;
+}
+
+article .publication-date {
+    font-style: italic;
+    font-size: smaller;
+}
\ No newline at end of file

patrick-canterino.de