style: 错误页面 a 链接增加 point 鼠标样式
This commit is contained in:
parent
c4aee7cc19
commit
35b291fa06
|
@ -28,8 +28,12 @@ img {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:hover, a:focus {
|
a {
|
||||||
text-decoration: none;
|
cursor: pointer;
|
||||||
outline: none;
|
|
||||||
color: #371ed4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a, a:hover, a:focus {
|
||||||
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
|
color: #371ed4;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue