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-aztec.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/base16-aztec.css') diff --git a/colors/base16-aztec.css b/colors/base16-aztec.css index 6e64ca9..685b15a 100644 --- a/colors/base16-aztec.css +++ b/colors/base16-aztec.css @@ -21,5 +21,5 @@ image { } button:hover { - background-color: rgba(255, 235, 160, 0.15); + background-color: rgba(255, 235, 160, 0.4); } -- cgit