From 476493c61679764b33734512f023a627dcca9ecf Mon Sep 17 00:00:00 2001 From: mono-b Date: Sun, 18 Dec 2022 23:58:07 -0300 Subject: up --- css/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 css/custom.css (limited to 'css/custom.css') diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..26cb020 --- /dev/null +++ b/css/custom.css @@ -0,0 +1,10 @@ +/* Override this file to customise the theme's CSS for your site */ + +.content__body a { + color: var(--orange); +} + +.content__body a:hover, +.content__body a:visited { + color: var(--yellow); +} -- cgit v1.2.1