From 4578298843355a6e0c42769844303b1c63d4b210 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 3 Dec 2025 14:03:04 -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 6f5d850..12fab92 100644 --- a/samy.css +++ b/samy.css @@ -4,10 +4,10 @@ --border-color: rgba(255, 127, 0, 0.25); /* Neutral Colors */ - --white-color: rgba(255, 255, 255); - --gray-color: rgba(102, 102, 102); - --dark-gray-color: rgba(51, 51, 51); - --light-gray-color: rgba(187, 187, 187); + --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); /* Sidebar Button Colors */ --btn-sidebar-light-gray: rgba(68, 68, 68); @@ -21,10 +21,10 @@ --btn-danger: rgba(220, 53, 69); /* Monkey + status panel settings */ - --monkey-size: 160px; /* size of SAMY */ - --monkey-bottom: 135px; /* how high from bottom of sidebar */ - --status-gap: 20px; /* space between status box and monkey */ - --status-height: 140px; /* max height of status box */ + --monkey-size: 140px; /* size of SAMY */ + --monkey-bottom: 20px; /* how high from bottom of sidebar */ + --status-gap: 12px; /* space between status box and monkey */ + --status-height: 120px; /* max height of status box */ } /* Make sizing easier to reason about */