Skip to content

Commit ec53f8b

Browse files
dd32claude
andcommitted
Change login popup color from red to WordPress Blue
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a6db6e9 commit ec53f8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public_html/wp-content/plugins/wcpt/css/applications/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
z-index: 10;
3636
margin: 2.4em;
3737
padding: 1.8em;
38-
background-color: #c62828;
38+
background-color: #0073aa;
3939
border-radius: 0.25em;
4040
margin-bottom: 2em;
4141
}

public_html/wp-content/plugins/wordcamp-forms-to-drafts/front-end.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
z-index: 10;
88
margin: 2.4em;
99
padding: 1.8em;
10-
background-color: #c62828;
10+
background-color: #0073aa;
1111
border-radius: 0.25em;
1212
margin-bottom: 2em;
1313
}

0 commit comments

Comments
 (0)