ddd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 23:18:42 +08:00
parent 535409dfcf
commit 7f87ce11e5
4 changed files with 122 additions and 122 deletions

View File

@@ -19,8 +19,8 @@ h5 {
font-size: 20px;
}
.font-theme {
color: #FF6739;
.font-theme {
color: #1D4ED8;
}
textarea {
@@ -59,8 +59,8 @@ a {
text-decoration: none;
}
a:hover {
color: rgba(255, 103, 57, 1) !important;
a:hover {
color: rgba(29, 78, 216, 1) !important;
text-decoration: none !important;
}
@@ -68,8 +68,8 @@ a:hover {
cursor: pointer;
}
.link-hover:hover {
color: rgba(255, 103, 57, 1) !important;
.link-hover:hover {
color: rgba(29, 78, 216, 1) !important;
}
.title-desc {
@@ -117,18 +117,18 @@ a:hover {
padding: 8px 32px;
}
.btn-normal {
color: #fff;
background: #FF6739;
}
.btn-normal:active {
background: #E45931;
}
.btn-normal:hover {
color: #fff;
background: #FF754C;
.btn-normal {
color: #fff;
background: #1D4ED8;
}
.btn-normal:active {
background: #1840b3;
}
.btn-normal:hover {
color: #fff;
background: #2563eb;
}
.btn-normal:disabled {
@@ -141,9 +141,9 @@ a:hover {
border: 1px solid #E6EAED;
}
.btn-normal-light:hover {
border: 1px solid #FF6739;
color: #FF6739;
.btn-normal-light:hover {
border: 1px solid #1D4ED8;
color: #1D4ED8;
}
.btn-dark {
@@ -151,17 +151,17 @@ a:hover {
background: rgba(65, 65, 65, 1);
}
.btn-dark:hover {
color: #fff;
background: #FF754C;
}
.btn-dark:hover {
color: #fff;
background: #2563eb;
}
.btn-orgin {
color: rgba(255, 255, 255, 0.9);
background: #FF6739;
}
.btn-orgin:hover {
color: #fff;
background: #FF754C;
}
.btn-orgin {
color: rgba(255, 255, 255, 0.9);
background: #1D4ED8;
}
.btn-orgin:hover {
color: #fff;
background: #2563eb;
}