| <style is="custom-style"> |
| :root { |
| --card-max-width: 960px; |
| --card-padding-side: 32px; |
| --folder-inactive-color: #5a5a5a; |
| /* --google-blue-500 at 16% alpha. */ |
| --highlight-color: rgba(65, 132, 243, 0.16); |
| --interactive-color: var(--google-blue-500); |
| --iron-icon-height: 20px; |
| --iron-icon-width: 20px; |
| --min-sidebar-width: 256px; |
| --paper-input-container-focus-color: var(--interactive-color); |
| --paper-input-container-input: { |
| font-size: 13px; |
| }; |
| --primary-text-color: var(--paper-grey-900); |
| --secondary-text-color: var(--paper-grey-600); |
| --splitter-width: 15px; |
| }; |
| </style> |