mirror of
https://github.com/certd/certd.git
synced 2026-07-31 09:57:35 +08:00
fix: 修复暗黑模式下注册页面验证码看不清的问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4688792 */
|
||||
src: url('iconfont.svg?t=1766772710945#iconfont') format('svg');
|
||||
src: url('iconfont.svg?t=1779270521617#iconfont') format('svg');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -11,6 +11,22 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-wxpay:before {
|
||||
content: "\e735";
|
||||
}
|
||||
|
||||
.icon-qq:before {
|
||||
content: "\e667";
|
||||
}
|
||||
|
||||
.icon-wechat:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-acepanel:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-fnos:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user