Update disqusjs.css

master
Hans362 4 years ago committed by GitHub
parent 703935ce70
commit acc15cb127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@
line-height: 1.5; line-height: 1.5;
word-wrap: break-word; word-wrap: break-word;
overflow: hidden; overflow: hidden;
color: #2a2e2e; color: var(--ic);
margin-bottom: 6px; margin-bottom: 6px;
} }
@ -87,7 +87,7 @@
} }
#dsqjs .dsqjs-tab-active { #dsqjs .dsqjs-tab-active {
color: #2a2e2e; color: var(--ic);
} }
#dsqjs .dsqjs-tab-active>span:after { #dsqjs .dsqjs-tab-active>span:after {
@ -160,14 +160,13 @@
line-height: 1.5; line-height: 1.5;
word-wrap: break-word; word-wrap: break-word;
overflow: hidden; overflow: hidden;
color: #2a2e2e color: var(--ic)
} }
#dsqjs .dsqjs-post-body code { #dsqjs .dsqjs-post-body code {
padding: .2em .4em; padding: .2em .4em;
margin: 0; margin: 0;
font-size: 85%; font-size: 85%;
background: #f5f5f5;
color: inherit; color: inherit;
border-radius: 3px; border-radius: 3px;
} }
@ -285,6 +284,7 @@
border-radius: 2px; border-radius: 2px;
padding: 0 5px; padding: 0 5px;
background-color: #dcdcdc; background-color: #dcdcdc;
color: #4c4d4e;
cursor: pointer; cursor: pointer;
} }

Loading…
Cancel
Save