Update samy.css
This commit is contained in:
16
samy.css
16
samy.css
@@ -4,21 +4,21 @@
|
|||||||
--border-color: rgba(255, 127, 0, 0.25);
|
--border-color: rgba(255, 127, 0, 0.25);
|
||||||
|
|
||||||
/* Neutral Colors */
|
/* Neutral Colors */
|
||||||
--white-color: rgb(255, 255, 255);
|
--white-color: rgba(255, 255, 255, 1);
|
||||||
--gray-color: rgb(102, 102, 102);
|
--gray-color: rgba(102, 102, 102, 1);
|
||||||
--dark-gray-color: rgb(51, 51, 51);
|
--dark-gray-color: rgba(51, 51, 51, 1);
|
||||||
--light-gray-color: rgb(187, 187, 187);
|
--light-gray-color: rgba(187, 187, 187, 1);
|
||||||
|
|
||||||
/* Sidebar Button Colors */
|
/* 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-sidebar-blue: rgba(30, 144, 255, 1);
|
||||||
--btn-hover: rgba(0, 86, 179, 1);
|
--btn-hover: rgba(0, 86, 179, 1);
|
||||||
--btn-hover-scale: 1.05;
|
--btn-hover-scale: 1.05;
|
||||||
|
|
||||||
/* Button Colors */
|
/* Button Colors */
|
||||||
--btn-success: rgba(40, 167, 69);
|
--btn-success: rgba(40, 167, 69, 1);
|
||||||
--btn-success-disabled: rgba(108, 117, 125);
|
--btn-success-disabled: rgba(108, 117, 125, 1);
|
||||||
--btn-danger: rgba(220, 53, 69);
|
--btn-danger: rgba(220, 53, 69, 1);
|
||||||
|
|
||||||
/* Monkey + status panel settings */
|
/* Monkey + status panel settings */
|
||||||
--monkey-size: 160px; /* size of SAMY */
|
--monkey-size: 160px; /* size of SAMY */
|
||||||
|
|||||||
Reference in New Issue
Block a user