hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit 7055856fcc40e0f233e7d3da9c0603b03237d71e
parent 02887f4b67b16445dd153c5d8d1876a0381b8b3a
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Sun,  3 Oct 2021 20:10:14 -0400

Change a color

Diffstat:
Msrc/css/modules/hentry.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/css/modules/hentry.css b/src/css/modules/hentry.css @@ -77,7 +77,7 @@ } .hentry__categories .p-category { - border: 1px dotted var(--base-br); + border: 1px solid var(--base-link-bg); color: var(--base-darkest-grey); font-style: italic; padding: 0.25rem;