This commit is contained in:
Joaquim Homrighausen
2022-10-24 08:42:36 +02:00
parent 0a91c024a6
commit f76043a1f9
5 changed files with 84 additions and 29 deletions
+6
View File
@@ -16,6 +16,7 @@
--pom-mk-password-len-slider-thumb:#00008B;
--pom-mk-password-btn:#000000;
--pom-mk-password-btn-text:#ffffff;
--pom-mk-password-btn-ol:#00008B;
}
@media screen and (prefers-color-scheme: dark) {
:root {
@@ -36,6 +37,7 @@
--pom-mk-password-len-slider-thumb:#f0f0f0;
--pom-mk-password-btn:#eeeeee;
--pom-mk-password-btn-text:#000000;
--pom-mk-password-btn-ol:orange;
}
}
@@ -180,6 +182,10 @@ a:hover {
color:var(--pom-mk-password-btn-text);
background-color:var(--pom-mk-password-btn);
}
#mk-password-btn:focus {
outline:2px dotted var(--pom-mk-password-btn-ol) !important;
outline-offset:2px;
}
#mk-password-btn:hover {
cursor:pointer !important;
}