diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-23 13:34:46 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-23 13:34:46 +0800 |
| commit | 58c2b94a37b21c642287065b44bf83334b7306fc (patch) | |
| tree | edd8b8d32ba47c66b3f8e6e7c30cd3d7b489456a | |
| parent | bae6f470f5ae274d4013c024e443e15484c1d2e0 (diff) | |
| download | www-58c2b94a37b21c642287065b44bf83334b7306fc.tar.gz | |
Pre style, change to log-style titles.
| -rw-r--r-- | _log/neo4j-a-star-search.md | 2 | ||||
| -rw-r--r-- | _log/vcs-1.md | 2 | ||||
| -rw-r--r-- | assets/css/main.css | 9 |
3 files changed, 7 insertions, 6 deletions
diff --git a/_log/neo4j-a-star-search.md b/_log/neo4j-a-star-search.md index 3105662..8790731 100644 --- a/_log/neo4j-a-star-search.md +++ b/_log/neo4j-a-star-search.md @@ -1,5 +1,5 @@ --- -title: Neo4J contribution +title: Contributed A* search to Neo4J date: 2018-03-06 layout: post --- diff --git a/_log/vcs-1.md b/_log/vcs-1.md index 69e9078..70531bc 100644 --- a/_log/vcs-1.md +++ b/_log/vcs-1.md @@ -1,5 +1,5 @@ --- -title: 'Urn: An experimental SSD-oriented VCS' +title: Implemented experimental SSD-friendly VCS date: 2026-04-23 layout: post --- diff --git a/assets/css/main.css b/assets/css/main.css index 1586f2e..b98df32 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -27,15 +27,16 @@ header h1 { } pre, code { - font-size: 90%; - background: #222222; - color: #ffb300; + font-size: 95%; + background: #005577; + color: #eeeeee; + line-height: 1.5; + border-radius: 4px; } .pre-no-style { display: block; border: none; - padding: 1em; background: none; color: inherit; overflow-x: auto; |
