Corrección
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
.btn-orange { background-color: orangeRed; color: white; }
|
||||
.btn-orange:hover { background-color: #ff3600; color: white; }
|
||||
.text-orange { color: orangeRed; }
|
||||
.btn-teal { background-color: #20c997; color: white; }
|
||||
.btn-teal:hover { background-color: #4dd4ac; color: black; }
|
||||
.text-teal { color: #20c997; }
|
||||
.btn-teal { background-color: #4dd4ac ; color: white; }
|
||||
.btn-teal:hover { background-color: #20c997; color: black; }
|
||||
.text-teal { color: #4dd4ac; }
|
||||
.btn-lime { background-color: #84cc16; color: white; }
|
||||
.text-lime { color: #84cc16; }
|
||||
.btn-lime:hover { background-color: #65a30d; color: white; }
|
||||
|
||||
Reference in New Issue
Block a user