From b2a9614635bb2a8cd44fb4df33a79db432ec2040 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 12:36:33 +0500 Subject: update - add example images; - update body.mustache; - update README.md. --- colors/base16-chalk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/base16-chalk.css') diff --git a/colors/base16-chalk.css b/colors/base16-chalk.css index 37b2abe..b06760a 100644 --- a/colors/base16-chalk.css +++ b/colors/base16-chalk.css @@ -21,5 +21,5 @@ image { } button:hover { - background-color: rgba(245, 245, 245, 0.15); + background-color: rgba(245, 245, 245, 0.4); } -- cgit