diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 22:55:41 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-13 14:33:17 +0200 |
commit | 1d9d9cfdcf3983e3fd89026bc4b5633a8abf5752 (patch) | |
tree | 651d5137f11d812fa1883925b5b06d27c882bca8 /client/src/sass/include | |
parent | 6f0c46be8c9f4690d5e5cb758c4df6164b006f83 (diff) | |
download | PeerTube-1d9d9cfdcf3983e3fd89026bc4b5633a8abf5752.tar.gz PeerTube-1d9d9cfdcf3983e3fd89026bc4b5633a8abf5752.tar.zst PeerTube-1d9d9cfdcf3983e3fd89026bc4b5633a8abf5752.zip |
add css custom properties for the left menu
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 3514bdb9b..fdf33b12a 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -58,6 +58,8 @@ $variables: ( | |||
58 | --mainHoverColor: var(--mainHoverColor), | 58 | --mainHoverColor: var(--mainHoverColor), |
59 | --mainBackgroundColor: var(--mainBackgroundColor), | 59 | --mainBackgroundColor: var(--mainBackgroundColor), |
60 | --mainForegroundColor: var(--mainForegroundColor), | 60 | --mainForegroundColor: var(--mainForegroundColor), |
61 | --menuBackgroundColor: var(--menuBackgroundColor), | ||
62 | --menuForegroundColor: var(--menuForegroundColor), | ||
61 | --submenuColor: var(--submenuColor), | 63 | --submenuColor: var(--submenuColor), |
62 | --inputColor: var(--inputColor), | 64 | --inputColor: var(--inputColor), |
63 | --inputPlaceholderColor: var(--inputPlaceholderColor) | 65 | --inputPlaceholderColor: var(--inputPlaceholderColor) |