Chromium Code Reviews| 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..8db5212695210540062e341c9dd8a45b48ebbf83 |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_bookmarks/shared_vars.html |
| @@ -0,0 +1,11 @@ |
| +<style is="custom-style"> |
| + :root { |
| + --active-folder-color: #4285f4; |
| + --inactive-folder-color: #5a5a5a; |
| + --card-max-width: 960px; |
| + --card-min-width: 550px; |
| + --primary-text-color: #333; |
| + --secondary-text-color: #757575; |
| + --sidebar-width: 256px; |
|
calamity
2016/12/29 00:54:50
Sort all of these, if you want to keep the folder
angelayang
2016/12/29 02:53:34
Done.
|
| + }; |
| +</style> |