From 4ef796986029ea56f9a6a71beb16861ae859aae5 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 12:31:39 -0500 Subject: [PATCH] Update samy.css --- samy.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/samy.css b/samy.css index bddec2b..473bf61 100644 --- a/samy.css +++ b/samy.css @@ -4,21 +4,21 @@ --border-color: rgba(255, 127, 0, 0.25); /* Neutral Colors */ - --white-color: rgb(255, 255, 255); - --gray-color: rgb(102, 102, 102); - --dark-gray-color: rgb(51, 51, 51); - --light-gray-color: rgb(187, 187, 187); + --white-color: rgba(255, 255, 255, 1); + --gray-color: rgba(102, 102, 102, 1); + --dark-gray-color: rgba(51, 51, 51, 1); + --light-gray-color: rgba(187, 187, 187, 1); /* Sidebar Button Colors */ - --btn-sidebar-light-gray: rgba(68, 68, 68); + --btn-sidebar-light-gray: rgba(68, 68, 68, 1); --btn-sidebar-blue: rgba(30, 144, 255, 1); --btn-hover: rgba(0, 86, 179, 1); --btn-hover-scale: 1.05; /* Button Colors */ - --btn-success: rgba(40, 167, 69); - --btn-success-disabled: rgba(108, 117, 125); - --btn-danger: rgba(220, 53, 69); + --btn-success: rgba(40, 167, 69, 1); + --btn-success-disabled: rgba(108, 117, 125, 1); + --btn-danger: rgba(220, 53, 69, 1); /* Monkey + status panel settings */ --monkey-size: 160px; /* size of SAMY */