beginning to customize stuff now that psb is doneish
This commit is contained in:
parent
e6d1d7f04e
commit
924db63eff
2 changed files with 7 additions and 7 deletions
4
static/css/default.css
Normal file
4
static/css/default.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body .dark {
|
||||
background: #000;
|
||||
color: #49b;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue