summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-30 23:24:49 +0200
committermms <michal@sapka.me>2024-05-30 23:24:49 +0200
commit5edfcfc2edb730150fbb044d67af486f0878545f (patch)
tree8be9d7d228d99ea6ed8980c5faaa46d76b662554 /layouts
parentaa66b2014f9eff98b07dbe2d16717afbfe87fac3 (diff)
style: unix colors:
:
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>