i18n
xaoxuu 6 years ago
parent 8735ec8e8e
commit 71f89c6ad6
  1. 34
      source/less/_main.less

@ -53,24 +53,16 @@
} }
} }
blockquote{ blockquote{
padding: @gap;
padding: 0.9em 1.7em 0.6em 1.7em; border-left: @border-left-radius solid @theme-bg-quote;
border-left: 4px solid @theme-bg-quote; border-radius: @border-code-block;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
.enable-trans(); .enable-trans();
&:hover{ p{
border-left: 8px solid @theme-bg-quote; text-align: left;
border-top-left-radius: 8px; word-wrap: normal;
border-bottom-left-radius: 8px; margin: 0;
border-right: 1px solid fade(@theme-bg-quote, 30%); font-size: @small-font-size;
border-top: 1px solid fade(@theme-bg-quote, 30%); line-height: @small-font-size * 1.5;
border-bottom: 1px solid fade(@theme-bg-quote, 30%);
} }
} }
a, .vemoji-btn, .vpreview-btn{ a, .vemoji-btn, .vpreview-btn{
@ -84,6 +76,14 @@
color: darken(@theme-text-highlight, 25%); color: darken(@theme-text-highlight, 25%);
} }
} }
.vhead{
span{
color: fade(@vue, 50%);
}
a{
color: @vue;
}
}
} }
} }

Loading…
Cancel
Save