From 0cd60663c891dd279a6ec9c6e4ed3ddc92c67245 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Thu, 15 Jun 2023 16:17:03 +0200 Subject: [PATCH] Update assets/css/style.css --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index b6badbfd..ea3e9c9f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -450,7 +450,7 @@ details[open] summary { bottom: -123px; z-index: 9; padding: 15px; - color: rgba(white, 0.5); + color: rgba(255, 255, 255, 0.5); border: 0; font-size: 30px; transition: all linear 0.2s; @@ -501,7 +501,7 @@ details[open] summary { overflow: hidden; height: 10px; width: 10px; - background: rgba(white, 0.5); + background: rgba(255, 255, 255, 0.5); border: 0; outline: 0; }