summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSri Aspari <mail@siarie.me>2021-08-15 16:16:28 +0700
committerSri Aspari <mail@siarie.me>2021-08-15 16:16:28 +0700
commit3de5af4c1eefb779c64213ffa6ed4e9c28aaca28 (patch)
treeef5e0330cd82be4db6f59a7a8d7dc7afa6ae9563
parentbd4419ee01c453ae12fda96619e591dbf3b9d4d5 (diff)
downloadsiarie.me-3de5af4c1eefb779c64213ffa6ed4e9c28aaca28.tar.gz
Change title and quote.
-rw-r--r--index.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/index.html b/index.html
index 7271675..20aabc3 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
         <meta charset="UTF-8"/>
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <title>~/homepage</title>
+        <title>~ siarie's homepage</title>
 	<style>
 	 :root {
 	     --background: #FFFCFF;
@@ -13,7 +13,16 @@
 	     --purple: #BF65F0;
 	 }
 
-	 @media (prefers-color-scheme: dark) {
+	 @media (prefers-color-scheme: light) {
+	     :root {
+		 --background: #FFFFFF;
+		 --foreground: #282629;
+		 --blue: #66BFFF;
+		 --purple: #CC78FA;
+	     }
+	 }
+
+         @media (prefers-color-scheme: dark) {
 	     :root {
 		 --background: #282629;
 		 --foreground: #FFFCFF;
@@ -22,6 +31,7 @@
 	     }
 	 }
 
+
 	 * {box-sizing: border-box;}
 	 body {
 	     margin: 0;
@@ -43,7 +53,7 @@
 	     text-decoration: none;
 	 }
 
-	 pre {font-size: 1rem; margin-top: 0;}
+	 pre {font-size: 1rem; margin: 0;}
 	 ul {margin: 0; padding: 0}
 	 li {display: inline;list-style: none;}
 	</style>
@@ -56,7 +66,7 @@
 / __|| | / _` || '__|| | / _ \
 \__ \| || (_| || |   | ||  __/
 |___/|_| \__,_||_|   |_| \___|
-==============================
-$ git commit -m "first commit"</pre>
+==============================</pre>
+<p>in the beginning there was darkness.</p>
     </body>
 </html>