steve0greatness,
created on Sunday, 31 December 2023, 06:04:43 (1704002683),
received on Monday, 6 May 2024, 02:55:33 (1714964133)
Author identity: github-actions <github-actions@github.com>
3cdd6e64911c0c9903c6b24c8c8f7f5b53d5b45e
docs/404.html
@@ -3,11 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Not Found - S0G</title>
<link rel="stylesheet" href="/src/pygments-friendly.css">
<link rel="stylesheet" href="/src/global.css">
<link rel="stylesheet" href="/src/global.css" />
</head>
docs/blog/blog-ini.html
@@ -3,12 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog Start - S0G</title>
<link rel="stylesheet" href="/src/pygments-friendly.css">
<link rel="stylesheet" href="/src/global.css">
<link rel="stylesheet" href="/src/global.css" />
<link rel="stylesheet" href="/src/pygments-friendly.css" />
</head>
<body>
docs/blog/index.html
@@ -4,13 +4,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog Index - S0G</title>
<link rel="stylesheet" href="/src/pygments-friendly.css">
<link rel="stylesheet" href="/src/global.css">
<link rel="stylesheet" href="/src/global.css" />
<link rel="alternate" href="/blog/feed.rss" type="application/rss+xml" title="Steve0Greatness' Blog">
<link rel="alternate" href="/blog/feed.rss" type="application/rss+xml" title="Steve0Greatness' Blog" />
</head>
docs/index.html
@@ -4,11 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Homepage - S0G</title>
<link rel="stylesheet" href="/src/pygments-friendly.css">
<link rel="stylesheet" href="/src/global.css">
<link rel="stylesheet" href="/src/global.css" />
</head>
docs/src/global.css
@@ -4,6 +4,23 @@ html {
width: 100vw;
}
body {
background-color: #0c0c10;
color: #fff;
}
:any-link {
color: #9a9af0;
}
:any-link:visited {
color: #a99af0;
}
:any-link:active {
color: #f09a9a;
}
main {
padding: 0 8px;
}
@@ -26,11 +43,11 @@ body > header {
display: flex;
padding: 8px;
align-items: center;
background-color: #cecece;
background-color: #ffffff05;
}
body > header :any-link {
color: #1f1f1f;
color: #f1f1f1 !important;
}
body > header h2 {
@@ -54,7 +71,7 @@ body > footer {
margin-top: 12px;
width: calc(100vw - 16px);
padding-top: 3px;
border-top: 1px black solid;
border-top: 1px currentColor solid;
}
.footer-link-list-holder {
@@ -67,10 +84,6 @@ body > footer {
margin: 0;
}
.footer-link-list :any-link {
color: black;
}
.footer-link-list-label {
font-weight: 900;
font-size: 1.05rem;