diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
commit | 476493c61679764b33734512f023a627dcca9ecf (patch) | |
tree | 0db36282ab18c2b8d6eb15efab2eb49ef2eb8de3 /css/custom.css |
Diffstat (limited to 'css/custom.css')
-rw-r--r-- | css/custom.css | 10 |
1 files changed, 10 insertions, 0 deletions
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); +} |