Compare commits
2 Commits
056a228661
...
7d59079d1e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d59079d1e | |||
| 9f282d647d |
@@ -26,8 +26,12 @@ line-height: 3.1em;
|
|||||||
background: #121212;
|
background: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
body a {
|
a {
|
||||||
color: #809fff;
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
article a {
|
||||||
|
color: #5d85ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@@ -429,6 +429,11 @@ hr {
|
|||||||
a {
|
a {
|
||||||
color: #454545;
|
color: #454545;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article a {
|
||||||
|
color: #0b36b8;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
color: #141823;
|
color: #141823;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<footer class="content card card-container" >
|
<footer class="content card card-container" >
|
||||||
<h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3>
|
<h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3>
|
||||||
<small>It's self-hosted, low-tech, without javascript and static, as it should be.</small>
|
<small>It's self-hosted, low-tech, without javascript and static, as it should be.</small>
|
||||||
<sup><a href="{{ .Site.BaseURL}}/notes/why-no-js/" rel="nofollow">Why ?</a></sup>
|
<sup><a href="{{ .Site.BaseURL}}notes/why-no-js/" rel="nofollow">Why ?</a></sup>
|
||||||
<br>
|
<br>
|
||||||
<p> Page last modified on {{ .Lastmod }}</p>
|
<p> Page last modified on {{ .Lastmod }}</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user