1.1.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user