summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..43374d9
--- /dev/null
+++ b/style.css
@@ -0,0 +1,49 @@
+.menuitem{
+ flex-shrink:0;
+ padding-right:.5em;
+}
+.project{
+ flex-shrink:0;
+ padding-bottom:1em;
+ display: flex;
+}
+
+.date{
+ padding-right:1em;
+}
+
+.back {
+ display:inline;
+}
+
+.title {
+ display:inline;
+}
+
+h1,h2,h3 {
+ line-height:1.2;
+}
+
+a:link {
+ color:#4c566a;
+}
+
+a:visited {
+ color:#6b4764;
+}
+
+a:active {
+ color:#a3be8c;
+}
+
+body {
+ font-size:18px;
+ color:#2e3440;
+ background-color:#eceff4;
+ margin-top: 20px;
+ margin-right: auto;
+ margin-left: auto;
+ margin-bottom: auto;
+ line-height: 1.6;
+ max-width: 650px;
+}