Fix pink theme button difference issue (#2852)

This commit is contained in:
Ben Halpern 2019-05-16 10:17:57 -04:00 committed by GitHub
parent 2c6cfb2224
commit e7306d2e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -1024,7 +1024,7 @@ article {
transition: box-shadow 0.18s;
@include themeable(
background,
theme-container-accent-background,
theme-reaction-background,
darken($light-gray, 3%)
);
@media screen and (min-width: 500px) {
@ -1098,20 +1098,20 @@ article {
filter: none;
opacity: 1;
box-shadow: 0px 0px 0px 2px #ffc0d3;
background: linear-gradient(60deg, #fdbace, #fa86aa);
background: linear-gradient(111deg, #ffb4cb, #ff80a8);
}
&.unicorn-reaction-button {
img {
box-shadow: 0px 0px 0px 2px #d0e3ff;
background: linear-gradient(60deg, #c5d9f8, #94baf8);
background: linear-gradient(111deg, #c5d9f8, #90bbff);
}
}
&.readinglist-reaction-button {
img {
box-shadow: 0px 0px 0px 2px #cfc9f3;
background: linear-gradient(60deg, #c1baec, #988ee9);
background: linear-gradient(111deg, #cac3f3, #958aee);
}
}

View file

@ -9,6 +9,7 @@
--theme-color: #fff;\
--theme-logo-background: #0a0a0a;\
--theme-logo-color: #fff;\
--theme-reaction-background: #202c3d;\
--theme-anchor-color: #17a1f6;\
--theme-secondary-color: #cedae2;\
--theme-top-bar-background: #1c2938;\
@ -33,6 +34,7 @@
--theme-color: #333;\
--theme-logo-background: #fff7f9;\
--theme-logo-color: #ff4983;\
--theme-reaction-background: #eff0f2;\
--theme-anchor-color: #4e57ef;\
--theme-secondary-color: #4e57ef;\
--theme-top-bar-background: #ff4983;\