added colors
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
--bg: #ffffff;
|
--bg: #ffffff;
|
||||||
|
|
||||||
--input-fg: #1a1a1a;
|
--input-fg: #1a1a1a;
|
||||||
--input-bg: #d0e6ff;
|
--input-bg: #cfcfcf;
|
||||||
--input-placeholder: #888888;
|
--input-placeholder: #888888;
|
||||||
--input-border-color: #a5a5a5;
|
--input-border-color: #a5a5a5;
|
||||||
|
|
||||||
@@ -16,5 +16,15 @@
|
|||||||
--on-primary: #ffffff;
|
--on-primary: #ffffff;
|
||||||
--border-primary: #71b737;
|
--border-primary: #71b737;
|
||||||
|
|
||||||
|
--menu-bg: hsl(0, 0%, 22%);
|
||||||
|
--menu-fg: hsl(0, 0%, 90%);
|
||||||
|
--header-bg: var(--bg);
|
||||||
|
--header-fg: var(--fg);
|
||||||
|
--secondary-icon-color: hsl(221, 59%, 61%);
|
||||||
|
|
||||||
--is-dark: 0;
|
--is-dark: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-css .video-thumbnail .play-overlay .icon::before {
|
||||||
|
background-color: hsl(221, 59%, 61%);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user