Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
minor name change
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Dec 16, 2015
1 parent 4104485 commit 0aee586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
/*
* Primary and accent colors. Also see color.html for more colors.
*/
--primary-color: #3f51b5; /* --paper-indigo-500 */
--light-primary-color: #c5cae9; /* --paper-indigo-100 */
--default-primary-color: #3f51b5; /* --paper-indigo-500 */
--dark-primary-color: #303f9f; /* --paper-indigo-700 */

--accent-color: #ff4081; /* --paper-pink-a200 */
Expand All @@ -55,6 +55,7 @@
--secondary-text-color: var(--light-theme-secondary-color);
--disabled-text-color:var(--light-theme-disabled-color);
--divider-color: var(--light-theme-divider-color);
--default-primary-color: var(--primary-color);
}

</style>

0 comments on commit 0aee586

Please sign in to comment.