From 1807568ffe1fcd6783464dc665757a94e493a68d Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Mon, 19 Oct 2020 16:47:13 +0200 Subject: [PATCH] Updated all css --- blogs/preamble/start.html | 18 ++++++------------ projects.html | 18 +++++++----------- setup.html | 18 ++++++------------ 3 files changed, 19 insertions(+), 35 deletions(-) diff --git a/blogs/preamble/start.html b/blogs/preamble/start.html index 7d7b7fc..c31bf97 100644 --- a/blogs/preamble/start.html +++ b/blogs/preamble/start.html @@ -5,8 +5,8 @@ text-align:center; overflow-y:scroll; font:calc(0.75em + 1vmin) monospace; - background-color: black; - color: white; + background:#000; + color:#fff } pre pre{ @@ -14,22 +14,16 @@ display:inline-block } + a{ + color:#DC143C + } + img{ max-width:57ch; display:block; height:auto; width:100% } - - @media(prefers-color-scheme:dark){ - body{ - background:#000;color:#fff - } - - a{ - color:#6CF - } - }
diff --git a/projects.html b/projects.html
index e7b1dcc..df11827 100644
--- a/projects.html
+++ b/projects.html
@@ -6,7 +6,13 @@
 	body{
 		text-align:center;
 		overflow-y:scroll;
-		font:calc(0.75em + 1vmin) monospace
+		font:calc(0.75em + 1vmin) monospace;
+		background-color: #000;
+		color: #fff;
+	}
+
+	a{
+		color:#DC143C
 	}
 
 	pre pre{
@@ -20,16 +26,6 @@
 		height:auto;
 		width:100%
 	}
-	
-	@media(prefers-color-scheme:dark){
-		body{
-			background:#000;color:#fff
-		}
-
-		a{
-			color:#6CF
-		}
-	}
 
 
  🅱️ HOME 🅱️
diff --git a/setup.html b/setup.html
index e4eaabc..f082dca 100644
--- a/setup.html
+++ b/setup.html
@@ -7,8 +7,12 @@
 		text-align:center;
 		overflow-y:scroll;
 		font:calc(0.75em + 1vmin) monospace;
-		background-color: black;
-		color: white;
+		background:#000;
+		color:#fff
+	}
+
+	a{
+		color:#DC143C
 	}
 
 	pre pre{
@@ -22,16 +26,6 @@
 		height:auto;
 		width:100%
 	}
-	
-	@media(prefers-color-scheme:dark){
-		body{
-			background:#000;color:#fff
-		}
-
-		a{
-			color:#6CF
-		}
-	}
 
 
  🅱️ HOME 🅱️