diff options
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); +} |