summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-15 04:36:04 -0400
committerSquibid <me@zacharyscheiman.com>2023-07-15 04:36:04 -0400
commit224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6 (patch)
treef316f90653992a1918d5b21b1b2a0ec12344ac9c
parent8a61c6f3aceda07acdc00857c7c074bef7550430 (diff)
downloadsite-224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6.tar.gz
site-224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6.tar.bz2
site-224a8f75949ecfeec9ef6dc4cd822abb9a6ffed6.zip
make blog entries match main website theme
and use html metadata for creation date
-rw-r--r--blog/It's-Alive!.html3
-rw-r--r--blog/librex-and-dots.html3
-rw-r--r--blog/state-of-the-site.html3
l---------[-rw-r--r--]blog/style.css21
4 files changed, 7 insertions, 23 deletions
diff --git a/blog/It's-Alive!.html b/blog/It's-Alive!.html
index f96b6b4..63a6b66 100644
--- a/blog/It's-Alive!.html
+++ b/blog/It's-Alive!.html
@@ -1,6 +1,7 @@
+<meta name="date" content="2023/05/01">
<title>It's Alive!</title>
<link rel=stylesheet href=style.css>
-<body>
+<body style="background-color: #161617;">
<p>
Cloning via http(s) now works!
<br><br>
diff --git a/blog/librex-and-dots.html b/blog/librex-and-dots.html
index c062434..510d8e3 100644
--- a/blog/librex-and-dots.html
+++ b/blog/librex-and-dots.html
@@ -1,6 +1,7 @@
+<meta name="date" content="2023/06/27">
<title>librex and dots</title>
<link rel=stylesheet href=style.css>
-<body>
+<body style="background-color: #161617;">
<p>
Hello!
<br><br>
diff --git a/blog/state-of-the-site.html b/blog/state-of-the-site.html
index 2abbc6a..a9e689d 100644
--- a/blog/state-of-the-site.html
+++ b/blog/state-of-the-site.html
@@ -1,6 +1,7 @@
+<meta name="date" content="2023/03/11">
<title>state of the site</title>
<link rel="stylesheet" href="style.css">
-<body>
+<body style="background-color: #161617;">
<p>
Hello o/, and welcome to my website!<br>
As of right now I am still setting things up, I have a git server running but I am
diff --git a/blog/style.css b/blog/style.css
index 1f346fb..5191bf7 100644..120000
--- a/blog/style.css
+++ b/blog/style.css
@@ -1,20 +1 @@
-html {
- background-color: #121212;
- border: 3vh solid #121212;
- font-family: sans-serif;
- font-size: 2vh;
- color: white;
-}
-
-a:link, a:visited {
- background-color: #f44336;
- color: white;
- padding: 1px 1px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
-}
-
-a:hover, a:active {
- background-color: red;
-}
+../style.css \ No newline at end of file