| <style is="custom-style"> | |
| :root { | |
| --card-max-width: 960px; | |
| --card-min-width: 550px; | |
| --folder-active-color: #4285f4; | |
| --folder-inactive-color: #5a5a5a; | |
| --paper-input-container-focus-color: var(--google-blue-500); | |
| --paper-input-container-input: { | |
| font-size: 13px; | |
| }; | |
| --primary-text-color: #333; | |
| --secondary-text-color: #757575; | |
| --sidebar-width: 256px; | |
| }; | |
| </style> |