Fix missing dark styles

This commit is contained in:
AlxMedia 2022-04-04 15:49:15 +02:00
parent f9e9d3e978
commit 7d4b4a1e96

View file

@ -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; }