summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/unix-history/baseof.html36
1 files changed, 22 insertions, 14 deletions
diff --git a/layouts/unix-history/baseof.html b/layouts/unix-history/baseof.html
index dd03455..696e0b6 100644
--- a/layouts/unix-history/baseof.html
+++ b/layouts/unix-history/baseof.html
@@ -5,7 +5,9 @@
<style>
:root {
- --bg-color: #E8E9EB
+ --bg-color: #E8E9EB;
+ --heading-color: #738678;
+ --text-color: #000;
}
body {
@@ -26,28 +28,34 @@
padding-left: 210px;
padding-right: 30px;
overflow-x: hidden;
- }
-
- @media only screen and (max-width: 700px) {
- body {
- background-image: unset;
- max-width: 95%;
- padding: 10px;
- margin-left: 0;
- }
+ color: var(--text-color);
}
a {
- color: #000
+ color: var(--text-color);
}
-
+ p {
+ padding-left: 40px;
+ }
+ article figure {
+ text-align: center;
+ margin: 0;
+ max-width: 100%;
+ font-size: 0.8em;
+ }
+
img {
max-width: 60%;
height: auto;
-
}
h1 {
font-style: italic;
+ color: var(--heading-color);
+ }
+
+ h2 {
+ font-size:1.1em;
+ color: var(--heading-color);
}
.wip {
@@ -93,7 +101,7 @@
<a href="{{ .Permalink }}"> << Back</a>
{{ end }}
<header>
- <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
+ <h1>{{ .Title }}</a></h1>
</header>
<hr>