更改

添加220字节 、 2021年4月7日 (三) 01:23
无编辑摘要
第194行: 第194行:  
.hidetext:hover {
 
.hidetext:hover {
 
     color: #ffffff;
 
     color: #ffffff;
 +
}
 +
 +
.hidetext a {
 +
    color: #ff9dae;
 +
    transition: all 0.5s;
 +
}
 +
 +
.hidetext:hover a {
 +
    color: #4e66d4;
 +
}
 +
 +
.hidetext a.new {
 +
    color: #ff9dae;
 +
    transition: all 0.5s;
 +
}
 +
 +
.hidetext:hover a.new {
 +
    color: #ff4b6a;
 
}
 
}