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

Loading…
Cancel
Save