From 657403f531afc30ccceff56666f0d54b01cec87a Mon Sep 17 00:00:00 2001 From: George-cpu229 <68823529+George-cpu229@users.noreply.github.com> Date: Wed, 4 Nov 2020 00:50:18 +0200 Subject: [PATCH] Add more space theme to chapter 4 --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 11b6fdb..db7be39 100644 --- a/styles.css +++ b/styles.css @@ -24,7 +24,7 @@ body { font-size: 2rem; border: 1px solid white; outline: none; - background-color: rgba(255, 255, 255, .75); + background-color: rgba(255, 255, 255, .758989090-0); } .calculator-grid > button:hover { @@ -55,4 +55,4 @@ body { .output .current-operand { color: white; font-size: 2.5rem; -} \ No newline at end of file +}