| Index: chrome/browser/resources/md_bookmarks/shared_vars.html
|
| diff --git a/chrome/browser/resources/md_bookmarks/shared_vars.html b/chrome/browser/resources/md_bookmarks/shared_vars.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5ed91161f03c3480a987ebbafc19da4b169ec14b
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
|
| @@ -0,0 +1,11 @@
|
| +<style is="custom-style">
|
| + :root {
|
| + --card-max-width: 960px;
|
| + --card-min-width: 550px;
|
| + --folder-active-color: #4285f4;
|
| + --folder-inactive-color: #5a5a5a;
|
| + --primary-text-color: #333;
|
| + --secondary-text-color: #757575;
|
| + --sidebar-width: 256px;
|
| + };
|
| +</style>
|
|
|