UNPKG

counsel

Version:

the end of boilerplate. automatically bake structure, opinions, and business rules into projects

16 lines (14 loc) 290 B
.button { background: var(--text-primary-color); border: 0; color: white; cursor: pointer; padding: 30px; border-radius: 3px; font-size: 2em; font-family: 'Ubuntu Mono', san-serif; transition: 200ms all; } .button:hover { background: var(--text-primary-color-light); }