custom.css
... ...
@@ -203,9 +203,15 @@ table { width: 100% !important; border-collapse: collapse !important; }
203 203
th, td { border: 1px solid var(--border) !important; padding: .6rem .7rem !important; }
204 204
pre { background: var(--code-bg) !important; padding: 1rem 1.2rem !important; border-radius: 6px !important; overflow: auto !important; }
205 205
206
-/* Optional temporary test (uncomment to verify load)
207
-.markdown-body:before {
208
- content: "custom.css ACTIVE"; display: block; margin-bottom: .5rem;
209
- color: var(--link); font-weight: bold;
206
+/* ===== Corner image in nav ===== */
207
+.gollum-header nav::before {
208
+ content: "";
209
+ display: inline-block;
210
+ width: 32px; /* shrunk version of 128x128 */
211
+ height: 32px;
212
+ margin-right: 0.6rem;
213
+ background-image: url("/images/akret_cover.jpg");
214
+ background-size: cover;
215
+ background-repeat: no-repeat;
216
+ border-radius: 4px; /* soften edges */
210 217
}
211
-*/
images/akret_cover.jpg
... ...
Binary files /dev/null and b/images/akret_cover.jpg differ
images/akret_cover.png
... ...
Binary files a/images/akret_cover.png and /dev/null differ