2.0.1
This commit is contained in:
21
style.css
21
style.css
@@ -923,4 +923,25 @@ body {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
/* 版权声明 */
|
||||
.copyright {
|
||||
margin-top: auto;
|
||||
padding-top: 1rem;
|
||||
text-align: center;
|
||||
color: #8b8c8f;
|
||||
font-size: 0.85rem;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.copyright a {
|
||||
color: #4a9eff;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.copyright a:hover {
|
||||
color: #3a8eef;
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user