From 1823347eba3d1feac2084e4a0b5fb3fff3809233 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 30 Oct 2025 15:57:09 +0800 Subject: wip: glow. --- _site/assets/css/main.css | 11 +++++++---- _site/feed.xml | 2 +- _site/posts.xml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to '_site') diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 4094c6b..a068cc3 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -7,7 +7,7 @@ :root { --link-color: #228B22; --main-bg-color: #202020; - --main-txt-color: #00B140; + --main-fg-color: #00B140; } *, @@ -21,7 +21,7 @@ body{ height: 100%; text-decoration-skip: ink; - color: var(--main-txt-color); + color: var(--main-fg-color); padding-top: 10px; font-family: monospace, serif; background-color: var(--main-bg-color); @@ -47,7 +47,7 @@ p::selection{ } a { - color: var(--main-txt-color); + color: var(--main-fg-color); text-decoration: underline; } @@ -286,10 +286,13 @@ pre { scrollbar-width: none; -ms-overflow-style: none; color: var(--main-bg-color); - background-color: var(--main-txt-color); + background-color: var(--main-fg-color); } pre::-webkit-scrollbar { display: none; } +h1, h2, h3, h4, h5, h6 { + text-shadow: 0 0 2px var(--main-fg-color), 0 0 4px var(--main-fg-color), 0 0 16px var(--main-fg-color); +} diff --git a/_site/feed.xml b/_site/feed.xml index ed06a4d..3091af1 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,2 +1,2 @@ -Jekyll2025-10-30T15:11:51+08:00http://localhost:4000/feed.xmlASCIIMX | ArchiveSimplicity is a great virtue, <br> but it requires hard work to achieve it and education <br> to appreciate it - Edsger W. Dijkstra +Jekyll2025-10-30T15:56:57+08:00http://localhost:4000/feed.xmlASCIIMX | ArchiveSimplicity is a great virtue, <br> but it requires hard work to achieve it and education <br> to appreciate it - Edsger W. Dijkstra Wickramage Don Sadeep MadurangeNeo4J A* search2025-09-14T00:00:00+08:002025-09-14T00:00:00+08:00http://localhost:4000/archive/neo4j-a-star-searchWickramage Don Sadeep MadurangeMy first PCB2025-07-14T00:00:00+08:002025-07-14T00:00:00+08:00http://localhost:4000/archive/my-first-pcbW. D. Sadeep MadurangeMOSFETs2025-06-22T00:00:00+08:002025-06-22T00:00:00+08:00http://localhost:4000/archive/mosfet-switchesW. D. Sadeep MadurangeAwesome books2025-04-20T00:00:00+08:002025-04-20T00:00:00+08:00http://localhost:4000/archive/awesome-booksW. D. Sadeep MadurangeNotes on programming ATmega328P chips2025-04-10T00:00:00+08:002025-04-10T00:00:00+08:00http://localhost:4000/archive/arduino-unoW. D. Sadeep MadurangeBare-metal ARM Cortex M3 chips2024-10-05T00:00:00+08:002024-10-05T00:00:00+08:00http://localhost:4000/archive/arduino-dueW. D. Sadeep Madurange \ No newline at end of file diff --git a/_site/posts.xml b/_site/posts.xml index f60afa2..445f654 100644 --- a/_site/posts.xml +++ b/_site/posts.xml @@ -1,2 +1,2 @@ -Jekyll2025-10-30T15:11:51+08:00http://localhost:4000/posts.xmlASCIIMXSimplicity is a great virtue, <br> but it requires hard work to achieve it and education <br> to appreciate it - Edsger W. Dijkstra +Jekyll2025-10-30T15:56:57+08:00http://localhost:4000/posts.xmlASCIIMXSimplicity is a great virtue, <br> but it requires hard work to achieve it and education <br> to appreciate it - Edsger W. Dijkstra Wickramage Don Sadeep Madurange \ No newline at end of file -- cgit v1.2.3