aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css
index 45e69eb..fab6779 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -12,7 +12,7 @@
12 --black: #212121; 12 --black: #212121;
13 --light-black: #535353; 13 --light-black: #535353;
14 --white: #ffffff; 14 --white: #ffffff;
15 --dark-white: #d4d4d4; 15 --dark-white: #eeeeee;
16} 16}
17 17
18body { 18body {
@@ -114,8 +114,8 @@ a, a:hover, a:visited, a:active {
114.post-link, .post-link:hover, .post-link:visited, .post-link:active { 114.post-link, .post-link:hover, .post-link:visited, .post-link:active {
115 color: var(--black); !important 115 color: var(--black); !important
116 font-family: 'Inter', sans-serif; 116 font-family: 'Inter', sans-serif;
117 font-weight: 600; 117 font-weight: 700;
118 font-size: 1rem; 118 font-size: 1.1rem;
119 text-decoration: none; 119 text-decoration: none;
120} 120}
121 121
@@ -127,6 +127,14 @@ a, a:hover, a:visited, a:active {
127 font-size: 0.8rem; 127 font-size: 0.8rem;
128} 128}
129 129
130.post-title {
131 text-decoration: none;
132 color: var(--light-black);
133 text-shadow: none;
134 font-weight: 800;
135 font-size: 1.5rem;
136}
137
130.post-text { 138.post-text {
131 font-size: 0.9rem; 139 font-size: 0.9rem;
132} 140}
@@ -156,3 +164,9 @@ pre > code {
156::-moz-selection, ::selection { 164::-moz-selection, ::selection {
157 background: var(--cyan); 165 background: var(--cyan);
158} 166}
167
168.commit-hash {
169 float: right;
170 text-decoration: none;
171 font-family: Monospace;
172}