From 415eb993dc054c1be0a792c4ea5706c984aea872 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 10 Dec 2020 19:47:55 +0000
Subject: [PATCH] Merge branch 'feature/home-and-contact-and-highlight' of https://github.com/karolkania/anatole into pr/97
---
/dev/null | 42 ------------------------------------------
1 files changed, 0 insertions(+), 42 deletions(-)
diff --git a/exampleSite/assets/css/custom.css b/exampleSite/assets/css/custom.css
deleted file mode 100644
index 11e2490..0000000
--- a/exampleSite/assets/css/custom.css
+++ /dev/null
@@ -1,42 +0,0 @@
-
-/* THESE MODIFICATIONS MAY OVERWRITE DEFAULT STYLES */
-
-/*
-:root {
- --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
-}
-
-html {
- font-family: sans-serif;
-}
-
-body {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- line-height: 1.5;
-}
-
-a:link,
-a:visited {
- opacity: 1;
- color: var(--tag-color);
-}
-
-.post .post-content a {
- letter-spacing: 0px;
-}
-
-.page-top .nav {
- padding: 6px 30px;
- font-size: 14px;
-}
-
-.tag,
-.category {
- font-size: 14px;
-}
-
-p {
- font-size: 14px;
-}
-*/
--
Gitblit v1.10.0