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..79936e18433173e6d292a768e40a763e2ea0166f |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_bookmarks/shared_vars.html |
| @@ -0,0 +1,11 @@ |
| +<style is="custom-style"> |
| + :root { |
| + --active-folder-color: #4285f4; |
| + --card-max-width: 960px; |
| + --card-min-width: 550px; |
| + --inactive-folder-color: #5a5a5a; |
|
angelayang
2016/12/29 03:47:47
Ah i realize i didn't change this name in the last
|
| + --primary-text-color: #333; |
| + --secondary-text-color: #757575; |
| + --sidebar-width: 256px; |
| + }; |
| +</style> |