1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
This commit is contained in:
Gerard Burns 2023-11-24 10:18:49 +00:00
parent 7cc5576306
commit 1fb61e6ed9

View file

@ -121,7 +121,15 @@
width: 100%;
}
input:focus:hover::placeholder {
color: var(--grey-8) !important;
input::placeholder {
color: var(--grey-7);
}
input:hover::placeholder {
color: var(--grey-7) !important;
}
input:focus::placeholder {
color: var(--grey-7) !important;
}
</style>