mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
Fix missing dark styles
This commit is contained in:
parent
f9e9d3e978
commit
7d4b4a1e96
1 changed files with 4 additions and 4 deletions
8
dark.css
8
dark.css
|
@ -36,6 +36,7 @@ body,
|
|||
#profile-name:after { border-top-color: #212226; }
|
||||
|
||||
a,
|
||||
a:hover,
|
||||
.entry a:hover,
|
||||
.site-title a,
|
||||
.page-title h1,
|
||||
|
@ -56,7 +57,8 @@ a,
|
|||
h1, h2, h3, h4, h5, h6,
|
||||
.widget a,
|
||||
.widget_rss ul li a,
|
||||
.related-title a { color: #fff; }
|
||||
.related-title a,
|
||||
.themeform label { color: #fff; }
|
||||
|
||||
.site-description,
|
||||
.notebox,
|
||||
|
@ -90,9 +92,7 @@ body,
|
|||
.s2 .social-links .social-tooltip,
|
||||
#footer-bottom a,
|
||||
#footer-bottom .social-links a { color: rgba(255,255,255,0.7); }
|
||||
|
||||
#footer-bottom .social-links a:hover { color: rgba(255,255,255,0.8); }
|
||||
|
||||
#footer-bottom .social-links a:hover { color: rgba(255,255,255,0.8); }
|
||||
#footer-bottom .social-links .social-tooltip:hover:after { background: #3f3f4d; }
|
||||
#footer-bottom .social-links .social-tooltip:hover:before { border-color: #3f3f4d transparent; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue