WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ac73a4c

Browse files
authored
fix hover sponsors items on light theme (#292)
1 parent 12c0c12 commit ac73a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/assets/css/extra.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
width: 46%;
2727
margin-right: 10px;
2828
margin-left: 10px;
29+
transition: borrder-color .2s;
2930
}
3031

3132
@media screen and (max-width: 600px) {
@@ -36,7 +37,7 @@
3637
}
3738

3839
.phalcon-blog__sponsors-items a:hover {
39-
border-bottom-color: #273646;
40+
border-color: #273646;
4041
text-decoration: none !important;
4142
}
4243

0 commit comments

Comments
 (0)