Merge pull request #806 from djerfy/fix-sweet-alert-color

Fix css .sweet-alert color
This commit is contained in:
tom mortensen
2021-03-13 11:12:46 -08:00
committed by GitHub

View File

@@ -56,7 +56,7 @@
#sb-counter a.sb-counter-current{text-decoration:underline}
.sweet-alert,.sweet-alert .sa-icon.sa-success .sa-fix{background-color:#f2f2f2}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{background:#f2f2f2}
.sweet-alert h2,.sweet-alert p{color:1c1b1b}
.sweet-alert h2,.sweet-alert p{color:#1c1b1b}
table.tablesorter{margin:0 0 15px 0}
table.tablesorter thead tr{border-bottom:#e3e3e3 1px solid}
table.tablesorter thead tr th{font-weight:normal;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;color:#1c1b1b;background-color:#e8e8e8;padding:8px 20px 8px 6px;white-space:nowrap;text-align:left}