测试gitea

This commit is contained in:
Guarp 2025-02-21 20:13:11 +08:00
parent 48efadb443
commit 11c7873760

View File

@ -28,23 +28,6 @@ a:hover {
color: #fff;
}
textarea {
padding: 5px;
font-size: 16px;
font-family: 'Arial', sans-serif;
border: 1px solid transparent;
outline: none;
background-color: #333;
color: #e0e0e0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
resize: none;
line-height: 1.6;
}
textarea:focus {
padding: 10px;
}
/* 通用容器 */
.container {
width: 90%;