i18n
xaoxuu 6 years ago
parent 8b6e14a579
commit 187d30d38a
  1. 2
      source/less/_base.less
  2. 15
      source/less/_main.less

@ -110,7 +110,7 @@ body {
// color: @black;
}
// transition
.enable-trans(@time: 0.2s){
.enable-trans(@time: 0.25s){
transition: all @time ease;
-moz-transition: all @time ease;
-webkit-transition: all @time ease;

@ -85,12 +85,21 @@
}
}
.vhead{
.vnick{
color: fade(@theme_text_main, 90%);
a{
span{
&.vnick{
color: fade(@theme_text_main, 90%);
}
}
a{
&.vnick{
color: @color_vue;
&:hover {
color: @theme_text_highlight;
text-decoration: underline;
}
}
}
}
.vmeta{
.vat{

Loading…
Cancel
Save