Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 6b90434

Browse files
author
Arthur Evans
authored
Merge pull request #1812 from alirni/2.0-preview
fix hex color code
2 parents db93736 + 2dbfc49 commit 6b90434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/2.0/docs/upgrade.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Before {.caption}
486486
```html
487487
<style is="custom-style>
488488
:root {
489-
--my-theme-color: ##9C27B0;
489+
--my-theme-color: #9C27B0;
490490
}
491491
</style>
492492
```
@@ -499,7 +499,7 @@ Before {.caption}
499499
<custom-style>
500500
<style is="custom-style>
501501
html {
502-
--my-theme-color: ##9C27B0;
502+
--my-theme-color: #9C27B0;
503503
}
504504
</style>
505505
</custom-style>
@@ -513,7 +513,7 @@ Before {.caption}
513513
<custom-style>
514514
<style>
515515
html {
516-
--my-theme-color: ##9C27B0;
516+
--my-theme-color: #9C27B0;
517517
}
518518
</style>
519519
</custom-style>

0 commit comments

Comments
 (0)