/**
  * Name: Rockie | Crypto Exchange HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

.is_dark {
  --bg: #141416;
  --bg1: #222630;
  --onsurface: #fff;
  --surface: #18191d;
  --line: #23262f;
  --text: #b1b5c3;
}

body,entry-meta-content,pre,ptb-80,main-wrapper,h3,h2,h4,cat{
  color: var(--text);
}

body,entry-meta-content,pre,ptb-80,main-wrapper{
  background: var(--bg);
}

.icon {
    filter: invert(0); /* 默认非夜间模式 */
}
 
.icon-dark {
    filter: invert(1); /* 夜间模式 */
}

.mode-switcher .sun {
  display: block;
}
.mode-switcher .moon {
  display: none;
}

.is_dark .mode-switcher .sun {
  display: none;
}
.is_dark .mode-switcher .moon {
  display: block;
}

.sidebar .widget.widget-categories ul > li > a{
  color: var(--text);
}

.progress .progress-value{
  color: var(--text);
}

.entry-meta-content a,.product-details h4 a,.entry-author-name a,.widget.widget-categories ul > li > a{
  color: var(--text);
}

