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; // color: @black;
} }
// transition // transition
.enable-trans(@time: 0.2s){ .enable-trans(@time: 0.25s){
transition: all @time ease; transition: all @time ease;
-moz-transition: all @time ease; -moz-transition: all @time ease;
-webkit-transition: all @time ease; -webkit-transition: all @time ease;

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

Loading…
Cancel
Save