From 26511fe6e6c02888a94ab89689b9c821c0d7e632 Mon Sep 17 00:00:00 2001
From: resynth1943 <resynth1943@tutanota.com>
Date: Fri, 3 Jul 2020 11:40:46 +0100
Subject: [PATCH] Add replace styles to base

---
 _includes/layouts/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_includes/layouts/base.html b/_includes/layouts/base.html
index 3c12022..23badc7 100644
--- a/_includes/layouts/base.html
+++ b/_includes/layouts/base.html
@@ -18,6 +18,7 @@ author: resynth1943
     <link rel="stylesheet" href="/styling/footer.css">
     <link rel="stylesheet" href="/styling/home.css">
     <link rel="stylesheet" href="/styling/header.css">
+    <link rel="stylesheet" href="/styling/replace_info.css">
     <link rel="stylesheet" href="/assets/fonts/manrope/manrope-v1-latin-regular.css">
 
     <!-- Normal `meta` stuff: -->
-- 
GitLab