Update samy.css
This commit is contained in:
16
samy.css
16
samy.css
@@ -4,10 +4,10 @@
|
|||||||
--border-color: rgba(255, 127, 0, 0.25);
|
--border-color: rgba(255, 127, 0, 0.25);
|
||||||
|
|
||||||
/* Neutral Colors */
|
/* Neutral Colors */
|
||||||
--white-color: rgba(255, 255, 255);
|
--white-color: rgb(255, 255, 255);
|
||||||
--gray-color: rgba(102, 102, 102);
|
--gray-color: rgb(102, 102, 102);
|
||||||
--dark-gray-color: rgba(51, 51, 51);
|
--dark-gray-color: rgb(51, 51, 51);
|
||||||
--light-gray-color: rgba(187, 187, 187);
|
--light-gray-color: rgb(187, 187, 187);
|
||||||
|
|
||||||
/* Sidebar Button Colors */
|
/* Sidebar Button Colors */
|
||||||
--btn-sidebar-light-gray: rgba(68, 68, 68);
|
--btn-sidebar-light-gray: rgba(68, 68, 68);
|
||||||
@@ -21,10 +21,10 @@
|
|||||||
--btn-danger: rgba(220, 53, 69);
|
--btn-danger: rgba(220, 53, 69);
|
||||||
|
|
||||||
/* Monkey + status panel settings */
|
/* Monkey + status panel settings */
|
||||||
--monkey-size: 160px; /* size of SAMY */
|
--monkey-size: 140px; /* size of SAMY */
|
||||||
--monkey-bottom: 135px; /* how high from bottom of sidebar */
|
--monkey-bottom: 20px; /* how high from bottom of sidebar */
|
||||||
--status-gap: 20px; /* space between status box and monkey */
|
--status-gap: 12px; /* space between status box and monkey */
|
||||||
--status-height: 140px; /* max height of status box */
|
--status-height: 120px; /* max height of status box */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make sizing easier to reason about */
|
/* Make sizing easier to reason about */
|
||||||
|
|||||||
Reference in New Issue
Block a user