diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-11-09 13:18:07 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-11-09 13:18:07 -0700 |
commit | 77813dc95656b2dfbe7db6c35ac3bbdb9cf0412a (patch) | |
tree | 96885b87945c6b8fc7b35160da0da468a08424c7 | |
parent | a387b01200b347ffa543ea8dfb657532c2918cbc (diff) | |
download | resume-77813dc95656b2dfbe7db6c35ac3bbdb9cf0412a.tar.gz resume-77813dc95656b2dfbe7db6c35ac3bbdb9cf0412a.tar.xz |
Update background gradient to be a bit brighter
-rw-r--r-- | res/style-markdown.css | 2 |
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; |