mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update tests for dark mode & GitHub link changes
This commit is contained in:
parent
f95466c8fe
commit
87e3b60da7
77 changed files with 905 additions and 74 deletions
|
|
@ -14,8 +14,17 @@
|
|||
</head>
|
||||
|
||||
<body id="index" class="home">
|
||||
<style type="text/css">
|
||||
div.github_url {
|
||||
position: absolute;
|
||||
border: 0;
|
||||
background: black;
|
||||
padding: 2px 8px;
|
||||
width: 120px;
|
||||
}
|
||||
</style>
|
||||
<a href="http://github.com/ametaireau/">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||
<div class="github_url" style="top: 0; right: 0; border-radius: 0 0 0 8px;">Fork me on GitHub</div>
|
||||
</a>
|
||||
<header id="banner" class="body">
|
||||
<h1><a href="./">Alexis' log</a></h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue