diff --git a/assets/style.css b/assets/style.css index 0bcc643..6eb620d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,7 +6,7 @@ --bg: #ffffff; --input-fg: #1a1a1a; - --input-bg: #d0e6ff; + --input-bg: #cfcfcf; --input-placeholder: #888888; --input-border-color: #a5a5a5; @@ -16,5 +16,15 @@ --on-primary: #ffffff; --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; } + +#custom-css .video-thumbnail .play-overlay .icon::before { + background-color: hsl(221, 59%, 61%); +}