Skip to content

Commit 5fac2e7

Browse files
committedMar 16, 2024·
more dark theme tweaks
1 parent 585e514 commit 5fac2e7

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
 

‎apprise_api/static/css/theme-dark.min.css

+48
Original file line numberDiff line numberDiff line change
@@ -1329,3 +1329,51 @@ input[type=range]::-ms-thumb {
13291329
color: #fff;
13301330
background-color: #258528!important;
13311331
}
1332+
1333+
.swal2-popup {
1334+
background-color: #2e3440;
1335+
}
1336+
1337+
.swal-icon--success__ring {
1338+
border: 4px solid rgba(194, 26, 90, 0.2);
1339+
}
1340+
1341+
/* spin color */
1342+
.swal-icon--success {
1343+
border-color: rgb(62, 16, 226);
1344+
}
1345+
1346+
/* V color */
1347+
.swal-icon--success__line {
1348+
background-color: rgb(30, 206, 53);
1349+
}
1350+
1351+
/* Warning */
1352+
/* ! */
1353+
.swal-icon--warning__body,
1354+
.swal-icon--warning__dot {
1355+
background-color: #1816ac;
1356+
}
1357+
1358+
/* Error */
1359+
/* outer ring */
1360+
.swal-icon--error {
1361+
border-color: #19e645;
1362+
}
1363+
1364+
/* X */
1365+
.swal-icon--error__line {
1366+
background-color: #af13df;
1367+
}
1368+
1369+
/* Info */
1370+
/* outer ring */
1371+
.swal-icon--info {
1372+
border-color: #020404;
1373+
}
1374+
1375+
/* i */
1376+
.swal-icon--info:after,
1377+
.swal-icon--info:before {
1378+
background-color: #d119c8;
1379+
}

0 commit comments

Comments
 (0)
Please sign in to comment.