Skip to content

Commit 24d12de

Browse files
authored
Follow Me: improve styles for dark themes (#557)
1 parent 1437b5a commit 24d12de

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

build/follow-me/style-index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/follow-me/style.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
.apfmd__button-group {
7474
display: flex;
7575
justify-content: flex-end;
76+
align-items: flex-end;
7677

7778
svg {
7879
margin-right: .5em;
@@ -82,10 +83,11 @@
8283

8384
input {
8485
flex: 1;
85-
padding: {
86-
left: 1em;
87-
right: 1em;
88-
}
86+
padding: 6px 12px;
87+
background-color: var( --wp--preset--color--white );
88+
color: var( --wp--preset--color--black );
89+
border: 1px solid var( --wp--preset--color--black );
8990
}
91+
9092
}
9193
}

0 commit comments

Comments
 (0)