summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2023-11-09 13:18:07 -0700
committerAaron Ball <nullspoon@oper.io>2023-11-09 13:18:07 -0700
commit77813dc95656b2dfbe7db6c35ac3bbdb9cf0412a (patch)
tree96885b87945c6b8fc7b35160da0da468a08424c7 /res
parenta387b01200b347ffa543ea8dfb657532c2918cbc (diff)
downloadresume-77813dc95656b2dfbe7db6c35ac3bbdb9cf0412a.tar.gz
resume-77813dc95656b2dfbe7db6c35ac3bbdb9cf0412a.tar.xz
Update background gradient to be a bit brighter
Diffstat (limited to 'res')
-rw-r--r--res/style-markdown.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/style-markdown.css b/res/style-markdown.css
index 6f7a776..9850506 100644
--- a/res/style-markdown.css
+++ b/res/style-markdown.css
@@ -3,7 +3,7 @@ body {
background:#fff;
background-color:#fff;
font-family:'DejaVu Sans';
- background-image:linear-gradient(to top right, #211, #222f30);
+ background-image:linear-gradient(to top right, #211, #223040);
text-align:left;
letter-spacing:-.2px;

Generated by cgit