beginning to customize stuff now that psb is doneish

This commit is contained in:
Pagwin 2024-08-02 01:06:03 -04:00
parent e6d1d7f04e
commit 924db63eff
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 7 additions and 7 deletions

4
static/css/default.css Normal file
View file

@ -0,0 +1,4 @@
body .dark {
background: #000;
color: #49b;
}

View file

@ -3,15 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Shake Blog — {{{title}}}</title>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<title>{{{title}}} · Pagwin's website</title>
<link rel="stylesheet" type="text/css" href="/static/css/default.css" />
</head>
<body>
<body class="dark">
<div id="header">
<div id="logo">
<a href="/">My Shake Blog</a>
</div>
<div id="navigation">
<a href="/">Home</a>
<a href="/about/">About</a>