mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
18 lines
442 B
SCSS
18 lines
442 B
SCSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-06-02 13:12:33
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-08-06 18:51:24
|
|
*/
|
|
|
|
@import "style.scss";
|
|
|
|
.login-logo a, .register-logo a, .reset-logo a {
|
|
font-family: Minecraft, Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
|
transition: all .2s ease-in-out;
|
|
}
|
|
|
|
.login-logo a:hover, .register-logo a:hover, .reset-logo a:hover {
|
|
color: #42a5f5;
|
|
}
|