STYLE Update login styles: change button and link colors to a new shade of teal for improved visual consistency.
This commit is contained in:
parent
1670da7cd1
commit
18e5f76288
|
|
@ -14,16 +14,16 @@ body {
|
||||||
|
|
||||||
#wp-submit {
|
#wp-submit {
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
border-color: rgb(64 79 142 / var(--tw-border-opacity));
|
border-color: rgb(19 111 99 / var(--tw-border-opacity));
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(64 79 142 / var(--tw-bg-opacity));
|
background-color: rgb(19 111 99 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav a,
|
#nav a,
|
||||||
#backtoblog a {
|
#backtoblog a {
|
||||||
/* color: var(--red) !important; */
|
/* color: var(--red) !important; */
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(64 79 142 / var(--tw-text-opacity));
|
color: rgb(19 111 99 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
#loginform {
|
#loginform {
|
||||||
|
|
@ -32,6 +32,6 @@ body {
|
||||||
|
|
||||||
.wp-pwd span {
|
.wp-pwd span {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(64 79 142 / var(--tw-text-opacity));
|
color: rgb(19 111 99 / var(--tw-text-opacity));
|
||||||
/* color: var(--red) !important; */
|
/* color: var(--red) !important; */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user