From 6114c917a97876a8acc93eaa938c2173c6a95a06 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio.bekerle@tugraz.at>
Date: Wed, 16 Oct 2019 15:20:41 +0200
Subject: [PATCH] Add more styles

---
 packages/common/styles.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/packages/common/styles.js b/packages/common/styles.js
index 567f2cc3..fc6f992a 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -79,6 +79,24 @@ export function getGeneralCSS() {
 
         .hidden { display: none; }
 
+        a {
+            color: var(--vpu-override-muted-text);
+            cursor: pointer;
+            text-decoration: none;
+        }
+
+        .title {
+            color: #363636;
+            font-size: 2rem;
+            font-weight: 600;
+            line-height: 1.125;
+        }
+
+        blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
+            margin: 0;
+            padding: 0;
+        }
+
         *, ::after, ::before {
             box-sizing: inherit;
         }
-- 
GitLab