blob: 7b5b2680013dfecf70c6ffa739a592c4ccd6f503 [file] [log] [blame] [edit]
<custom-style>
<style>
html {
--card-max-width: 960px;
--card-padding-side: 32px;
--folder-icon-color: #757575;
--folder-inactive-color: #5a5a5a;
--highlight-color: var(--google-blue-50);
--interactive-color: var(--google-blue-500);
--iron-icon-height: 20px;
--iron-icon-width: 20px;
--min-sidebar-width: 256px;
--splitter-width: 15px;
}
@media (prefers-color-scheme: dark) {
html {
--folder-icon-color: var(--google-grey-refresh-500);
--folder-inactive-color: var(--google-grey-refresh-500);
--highlight-color: var(--google-blue-refresh-300);
--interactive-color: var(--google-blue-refresh-300);
}
}
</style>
</custom-style>