diff options
author | Teddy Wing | 2018-11-11 04:03:56 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-11 04:03:56 +0100 |
commit | ad92ad63a8650d3a301c9ab5d461e006cd7dd9b9 (patch) | |
tree | 320f4e4ce10853c3e5a1cee4f880f1c7e2572be3 /index.html | |
parent | 01fb1d761a24c7cc5c38899f31dba197af5899a8 (diff) | |
download | dome-key-web-ad92ad63a8650d3a301c9ab5d461e006cd7dd9b9.tar.bz2 |
Separate `.button` class into `.button` and `.button-magenta`
Use `.button` only for base button traits.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ </div> <p> - <a href="#" class="button">Buy ($15)</a> + <a href="#" class="button button-magenta">Buy ($15)</a> </p> <h2>Examples</h2> |