/*
Gradient Light (c) Samia Ali <samiaab1990@gmail.com>
*/

/* .cnblogs-markdown .hljs 
{
display: block !important;
overflow-x: auto !important;
padding: 0.5em !important;
background: rgb(255,253,141) !important;
background: linear-gradient(142deg, rgba(255,253,141,1) 0%, rgba(252,183,255,1) 35%, rgba(144,236,255,1) 100%) !important;
color:#250482 !important;
} */

#home {
  border-radius: 20px !important;
}

.hljs-subtr{
color:#d61052cc  !important;
}

.hljs-doctag,
.hljs-meta,
.hljs-comment,
.hljs-quote
{
  color:#059c6ad3  !important;
}

.hljs-selector-tag,
.hljs-selector-id,
.hljs-template-tag,
.hljs-regexp,
.hljs-attr,
.hljs-tag
{
  color:#07BD5F  !important;
}

.hljs-params,
.hljs-selector-class,
.hljs-bullet

{
  color:#6365e5  !important;
  
}

.hljs-keyword,
.hljs-section,
.hljs-meta-keyword,
.hljs-symbol,
.hljs-type

{

  color:#cdc309  !important;
}

.hljs-addition,
.hljs-number,
.hljs-link
{
  color:#d40aa8fb  !important;
}


.hljs-string
{
  color: #38c0ff  !important;
}


.hljs-attribute,
.hljs-addition
{
  color:#4dbbb5  !important;
}

.hljs-variable,
.hljs-template-variable

{
  color:#0e82c5  !important;
}

.hljs-builtin-name,
.hljs-built_in,
.hljs-formula,
.hljs-name,
.hljs-title,
.hljs-class,
.hljs-function
{
  color: #0fc9d2  !important;

}

.hljs-selector-pseudo,
.hljs-deletion,
.hljs-literal
{
  color:#db0a11f6  !important;

}

.hljs-emphasis,
.hljs-quote
{
  font-style:italic;
}

.hljs-params,
.hljs-selector-class,
.hljs-strong,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-template-tag,
.hljs-section,
.hljs-keyword
{
  font-weight:bold  !important;
}
/*飞鱼*/
#jsi-flying-fish-container {
    width: 100%;
    height: 85px;
    position: fixed !important;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}

/* 图片放大溢出隐藏*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
   float: none;
}



