From 4179543a1008793a453048c883950280fa9b8ef0 Mon Sep 17 00:00:00 2001
From: Tom <thomas.hodson@ecmwf.int>
Date: Fri, 8 Sep 2023 13:31:03 +0100
Subject: [PATCH] Separate thesis css from the rest

---
 _sass/main.scss                               | 25 +++++++++++++------
 _thesis/0_Preface/0.1_Abstract.html           |  2 +-
 _thesis/0_Preface/0.1_Aknowledgements.html    |  2 +-
 _thesis/0_Preface/0.1_Declarations.html       |  2 +-
 _thesis/0_Preface/0.2_Aknowledgements.html    |  2 +-
 _thesis/0_Preface/0.2_Declarations.html       |  2 +-
 _thesis/0_Preface/0.3_Aknowledgements.html    |  2 +-
 _thesis/1_Introduction/1_Intro.html           |  2 +-
 _thesis/2_Background/2.1_FK_Model.html        |  2 +-
 _thesis/2_Background/2.2_HKM_Model.html       |  2 +-
 _thesis/2_Background/2.3_Anyons.html          |  2 +-
 _thesis/2_Background/2.3_Disorder.html        |  2 +-
 _thesis/2_Background/2.4_Disorder.html        |  2 +-
 .../3.1_LRFK_Model.html                       |  2 +-
 .../3.2_LRFK_Methods.html                     |  2 +-
 .../3.3_LRFK_Results.html                     |  2 +-
 .../3.1_LRFK_Model.html                       |  2 +-
 .../3.2_LRFK_Methods.html                     |  2 +-
 .../3.3_LRFK_Results.html                     |  2 +-
 .../4.1.2_AMK_Model.html                      |  2 +-
 .../4.1_AMK_Model.html                        |  2 +-
 .../4.2_AMK_Methods.html                      |  2 +-
 .../4.3_AMK_Results.html                      |  2 +-
 _thesis/5_Conclusion/5_Conclusion.html        |  2 +-
 .../A.1.2_Fermion_Free_Energy.html            |  2 +-
 .../A.1_Particle_Hole_Symmetry-Copy1.html     |  2 +-
 .../A.1_Particle_Hole_Symmetry.html           |  2 +-
 .../A.2_Markov_Chain_Monte_Carlo.html         |  2 +-
 .../6_Appendices/A.3_Lattice_Generation.html  |  2 +-
 .../6_Appendices/A.4_Lattice_Colouring.html   |  2 +-
 _thesis/6_Appendices/A.5_The_Projector.html   |  2 +-
 assets/css/thesis.scss                        |  4 +++
 32 files changed, 52 insertions(+), 37 deletions(-)
 create mode 100644 assets/css/thesis.scss

diff --git a/_sass/main.scss b/_sass/main.scss
index e1560db..090f413 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -6,7 +6,6 @@
 @import "article"; // individual blog articles
 @import "projects"; //Styles for the projects page
 @import "cv"; // the CV page
-@import "thesis"; // the thesis content
 @import "blogroll"; // the summaries of the blogposts
 @import "comments";  //the mastodon comments
 @import "model_viewer"; //Styles for the 3D model viewer
@@ -101,12 +100,24 @@ div.highlight {
     overflow: auto;
 }
 
-.figure {
-    max-width: 400px;
-    display: block;
-    margin: 0 auto;
-    margin-top: 1em;
-    margin-bottom: 1em;
+// .figure {
+//     max-width: 400px;
+//     display: block;
+//     margin: 0 auto;
+//     margin-top: 1em;
+//     margin-bottom: 1em;
+// }
+
+figure {
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    padding-bottom: 1em;
+}
+
+figure > img, figure > svg, figure > canvas {
+    max-width: 90% !important;
+    margin-bottom: 2em;
 }
 
 @media 
diff --git a/_thesis/0_Preface/0.1_Abstract.html b/_thesis/0_Preface/0.1_Abstract.html
index 3183732..7ed7c41 100644
--- a/_thesis/0_Preface/0.1_Abstract.html
+++ b/_thesis/0_Preface/0.1_Abstract.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/0_Preface/0.1_Aknowledgements.html b/_thesis/0_Preface/0.1_Aknowledgements.html
index 4d804fb..f5929b6 100644
--- a/_thesis/0_Preface/0.1_Aknowledgements.html
+++ b/_thesis/0_Preface/0.1_Aknowledgements.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/0_Preface/0.1_Declarations.html b/_thesis/0_Preface/0.1_Declarations.html
index 06e01d1..c3d0057 100644
--- a/_thesis/0_Preface/0.1_Declarations.html
+++ b/_thesis/0_Preface/0.1_Declarations.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/0_Preface/0.2_Aknowledgements.html b/_thesis/0_Preface/0.2_Aknowledgements.html
index 4d804fb..f5929b6 100644
--- a/_thesis/0_Preface/0.2_Aknowledgements.html
+++ b/_thesis/0_Preface/0.2_Aknowledgements.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/0_Preface/0.2_Declarations.html b/_thesis/0_Preface/0.2_Declarations.html
index a724475..36bc716 100644
--- a/_thesis/0_Preface/0.2_Declarations.html
+++ b/_thesis/0_Preface/0.2_Declarations.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/0_Preface/0.3_Aknowledgements.html b/_thesis/0_Preface/0.3_Aknowledgements.html
index 2b104ee..eab8b76 100644
--- a/_thesis/0_Preface/0.3_Aknowledgements.html
+++ b/_thesis/0_Preface/0.3_Aknowledgements.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/1_Introduction/1_Intro.html b/_thesis/1_Introduction/1_Intro.html
index 8769e2b..f68d7a7 100644
--- a/_thesis/1_Introduction/1_Intro.html
+++ b/_thesis/1_Introduction/1_Intro.html
@@ -29,7 +29,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/2_Background/2.1_FK_Model.html b/_thesis/2_Background/2.1_FK_Model.html
index bd8c336..d82cddc 100644
--- a/_thesis/2_Background/2.1_FK_Model.html
+++ b/_thesis/2_Background/2.1_FK_Model.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/2_Background/2.2_HKM_Model.html b/_thesis/2_Background/2.2_HKM_Model.html
index 881c1d4..20d9237 100644
--- a/_thesis/2_Background/2.2_HKM_Model.html
+++ b/_thesis/2_Background/2.2_HKM_Model.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/2_Background/2.3_Anyons.html b/_thesis/2_Background/2.3_Anyons.html
index 0382665..51c074f 100644
--- a/_thesis/2_Background/2.3_Anyons.html
+++ b/_thesis/2_Background/2.3_Anyons.html
@@ -17,7 +17,7 @@ image:
 <script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
 <script src="/assets/js/thesis_scrollspy.js"></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/2_Background/2.3_Disorder.html b/_thesis/2_Background/2.3_Disorder.html
index c29b041..186b527 100644
--- a/_thesis/2_Background/2.3_Disorder.html
+++ b/_thesis/2_Background/2.3_Disorder.html
@@ -17,7 +17,7 @@ image:
 <script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
 <script src="/assets/js/thesis_scrollspy.js"></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/2_Background/2.4_Disorder.html b/_thesis/2_Background/2.4_Disorder.html
index 1cfde97..0f229cf 100644
--- a/_thesis/2_Background/2.4_Disorder.html
+++ b/_thesis/2_Background/2.4_Disorder.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/3_Long_Range_Falicov_Kimball/3.1_LRFK_Model.html b/_thesis/3_Long_Range_Falicov_Kimball/3.1_LRFK_Model.html
index 86f7dac..6d2012c 100644
--- a/_thesis/3_Long_Range_Falicov_Kimball/3.1_LRFK_Model.html
+++ b/_thesis/3_Long_Range_Falicov_Kimball/3.1_LRFK_Model.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/3_Long_Range_Falicov_Kimball/3.2_LRFK_Methods.html b/_thesis/3_Long_Range_Falicov_Kimball/3.2_LRFK_Methods.html
index ba5ff9c..c188658 100644
--- a/_thesis/3_Long_Range_Falicov_Kimball/3.2_LRFK_Methods.html
+++ b/_thesis/3_Long_Range_Falicov_Kimball/3.2_LRFK_Methods.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/3_Long_Range_Falicov_Kimball/3.3_LRFK_Results.html b/_thesis/3_Long_Range_Falicov_Kimball/3.3_LRFK_Results.html
index bdfd749..0361604 100644
--- a/_thesis/3_Long_Range_Falicov_Kimball/3.3_LRFK_Results.html
+++ b/_thesis/3_Long_Range_Falicov_Kimball/3.3_LRFK_Results.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/3_Long_Range_Falikov_Kimball/3.1_LRFK_Model.html b/_thesis/3_Long_Range_Falikov_Kimball/3.1_LRFK_Model.html
index 59629de..f3aedae 100644
--- a/_thesis/3_Long_Range_Falikov_Kimball/3.1_LRFK_Model.html
+++ b/_thesis/3_Long_Range_Falikov_Kimball/3.1_LRFK_Model.html
@@ -17,7 +17,7 @@ image:
 <script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
 <script src="/assets/js/thesis_scrollspy.js"></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/3_Long_Range_Falikov_Kimball/3.2_LRFK_Methods.html b/_thesis/3_Long_Range_Falikov_Kimball/3.2_LRFK_Methods.html
index 0b552e5..4de2cb3 100644
--- a/_thesis/3_Long_Range_Falikov_Kimball/3.2_LRFK_Methods.html
+++ b/_thesis/3_Long_Range_Falikov_Kimball/3.2_LRFK_Methods.html
@@ -17,7 +17,7 @@ image:
 <script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
 <script src="/assets/js/thesis_scrollspy.js"></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/3_Long_Range_Falikov_Kimball/3.3_LRFK_Results.html b/_thesis/3_Long_Range_Falikov_Kimball/3.3_LRFK_Results.html
index 542f365..093060f 100644
--- a/_thesis/3_Long_Range_Falikov_Kimball/3.3_LRFK_Results.html
+++ b/_thesis/3_Long_Range_Falikov_Kimball/3.3_LRFK_Results.html
@@ -17,7 +17,7 @@ image:
 <script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
 <script src="/assets/js/thesis_scrollspy.js"></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/4_Amorphous_Kitaev_Model/4.1.2_AMK_Model.html b/_thesis/4_Amorphous_Kitaev_Model/4.1.2_AMK_Model.html
index 6fde601..7aee28b 100644
--- a/_thesis/4_Amorphous_Kitaev_Model/4.1.2_AMK_Model.html
+++ b/_thesis/4_Amorphous_Kitaev_Model/4.1.2_AMK_Model.html
@@ -29,7 +29,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/4_Amorphous_Kitaev_Model/4.1_AMK_Model.html b/_thesis/4_Amorphous_Kitaev_Model/4.1_AMK_Model.html
index bc82df2..2d56bcb 100644
--- a/_thesis/4_Amorphous_Kitaev_Model/4.1_AMK_Model.html
+++ b/_thesis/4_Amorphous_Kitaev_Model/4.1_AMK_Model.html
@@ -29,7 +29,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/4_Amorphous_Kitaev_Model/4.2_AMK_Methods.html b/_thesis/4_Amorphous_Kitaev_Model/4.2_AMK_Methods.html
index 4ad277b..46b3990 100644
--- a/_thesis/4_Amorphous_Kitaev_Model/4.2_AMK_Methods.html
+++ b/_thesis/4_Amorphous_Kitaev_Model/4.2_AMK_Methods.html
@@ -29,7 +29,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html b/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html
index c0be5cd..c919738 100644
--- a/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html
+++ b/_thesis/4_Amorphous_Kitaev_Model/4.3_AMK_Results.html
@@ -29,7 +29,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/5_Conclusion/5_Conclusion.html b/_thesis/5_Conclusion/5_Conclusion.html
index ccc456c..d4d451e 100644
--- a/_thesis/5_Conclusion/5_Conclusion.html
+++ b/_thesis/5_Conclusion/5_Conclusion.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.1.2_Fermion_Free_Energy.html b/_thesis/6_Appendices/A.1.2_Fermion_Free_Energy.html
index 227e10a..b992954 100644
--- a/_thesis/6_Appendices/A.1.2_Fermion_Free_Energy.html
+++ b/_thesis/6_Appendices/A.1.2_Fermion_Free_Energy.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry-Copy1.html b/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry-Copy1.html
index c540b25..f56d6dd 100644
--- a/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry-Copy1.html
+++ b/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry-Copy1.html
@@ -17,7 +17,7 @@ image:
 <script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
 <script src="/assets/js/thesis_scrollspy.js"></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry.html b/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry.html
index 11e1df2..65038b9 100644
--- a/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry.html
+++ b/_thesis/6_Appendices/A.1_Particle_Hole_Symmetry.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.2_Markov_Chain_Monte_Carlo.html b/_thesis/6_Appendices/A.2_Markov_Chain_Monte_Carlo.html
index 307a9a8..1be9cc2 100644
--- a/_thesis/6_Appendices/A.2_Markov_Chain_Monte_Carlo.html
+++ b/_thesis/6_Appendices/A.2_Markov_Chain_Monte_Carlo.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.3_Lattice_Generation.html b/_thesis/6_Appendices/A.3_Lattice_Generation.html
index fd84d74..650c3af 100644
--- a/_thesis/6_Appendices/A.3_Lattice_Generation.html
+++ b/_thesis/6_Appendices/A.3_Lattice_Generation.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.4_Lattice_Colouring.html b/_thesis/6_Appendices/A.4_Lattice_Colouring.html
index 557e11b..781fa2b 100644
--- a/_thesis/6_Appendices/A.4_Lattice_Colouring.html
+++ b/_thesis/6_Appendices/A.4_Lattice_Colouring.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/_thesis/6_Appendices/A.5_The_Projector.html b/_thesis/6_Appendices/A.5_The_Projector.html
index f4182c2..b6599cb 100644
--- a/_thesis/6_Appendices/A.5_The_Projector.html
+++ b/_thesis/6_Appendices/A.5_The_Projector.html
@@ -28,7 +28,7 @@ image:
 <script src="/assets/js/thesis_scrollspy.js"></script>
 <script src="https://d3js.org/d3.v5.min.js" defer></script>
 
-<link rel="stylesheet" href="/assets/css/styles.css">
+<link rel="stylesheet" href="/assets/css/thesis.css">
 <script src="/assets/js/index.js"></script>
 </head>
 <body>
diff --git a/assets/css/thesis.scss b/assets/css/thesis.scss
new file mode 100644
index 0000000..f3baac7
--- /dev/null
+++ b/assets/css/thesis.scss
@@ -0,0 +1,4 @@
+---
+---
+@import "main";
+@import "thesis";
\ No newline at end of file