mirror of https://github.com/istio/istio.io.git
Improve tab coloring. (#3817)
This commit is contained in:
parent
53e04e8603
commit
cd3d0ffdfc
File diff suppressed because one or more lines are too long
|
@ -43,7 +43,7 @@ body {
|
|||
--tabsetUnselectedTabTextColor: #306Bcc;
|
||||
--tabsetUnselectedTabBackgroundColor: #ffffff;
|
||||
--tabsetSelectedTabTextColor: var(--textColor);
|
||||
--tabsetSelectedTabBackgroundColor: #ffffff;
|
||||
--tabsetSelectedTabBackgroundColor: #eeeeff;
|
||||
|
||||
--sidebarRightChevron: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.436 407.436'%3E%3Cpath fill='black' d='M112.814 0L91.566 21.178l181.946 182.54-181.946 182.54 21.248 21.178 203.055-203.718z'/%3E%3C/svg%3E");
|
||||
--sidebarRightChevronHover: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.436 407.436'%3E%3Cpath fill='orange' d='M112.814 0L91.566 21.178l181.946 182.54-181.946 182.54 21.248 21.178 203.055-203.718z'/%3E%3C/svg%3E");
|
||||
|
|
Loading…
Reference in New Issue