diff options
author | Vitaly Takmazov | 2018-12-07 13:50:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | fc0900190541d478cbe1ba682f52893d949d0c29 (patch) | |
tree | 0d109f23658c61c5953af14b615b0068754d7a6e | |
parent | f58b0d27726b46053079520d29991199ae8e736a (diff) |
navicon color
-rw-r--r-- | vnext/src/components/NavigationIcon.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/components/NavigationIcon.css b/vnext/src/components/NavigationIcon.css index bc5f5ac9..9c18dd00 100644 --- a/vnext/src/components/NavigationIcon.css +++ b/vnext/src/components/NavigationIcon.css @@ -1,3 +1,4 @@ #navicon { padding: 12px; + color: #88958d; }
\ No newline at end of file |