Spaces:
Running
Running
geesuee
commited on
Commit
·
e47c82b
1
Parent(s):
2e50df9
style: 다크모드 고려 컨테이너내 배경색 고정 삭제
Browse files- ui/styles.css +3 -3
ui/styles.css
CHANGED
|
@@ -53,7 +53,7 @@ html {
|
|
| 53 |
font-size: 16px !important;
|
| 54 |
padding: 12px 16px !important;
|
| 55 |
border-radius: 8px !important;
|
| 56 |
-
border: 2px solid #e0e0e0 !important;
|
| 57 |
transition: border-color 0.3s ease !important;
|
| 58 |
|
| 59 |
/* 🔹 input 높이 고정 */
|
|
@@ -109,9 +109,9 @@ html {
|
|
| 109 |
.leaderboard-group {
|
| 110 |
margin: 18px 0 28px 0 !important;
|
| 111 |
padding: 12px 14px !important;
|
| 112 |
-
border: 1px solid #eee;
|
| 113 |
border-radius: 12px;
|
| 114 |
-
background: #ffffff;
|
| 115 |
}
|
| 116 |
|
| 117 |
.leaderboard-table {
|
|
|
|
| 53 |
font-size: 16px !important;
|
| 54 |
padding: 12px 16px !important;
|
| 55 |
border-radius: 8px !important;
|
| 56 |
+
/* border: 2px solid #e0e0e0 !important; */
|
| 57 |
transition: border-color 0.3s ease !important;
|
| 58 |
|
| 59 |
/* 🔹 input 높이 고정 */
|
|
|
|
| 109 |
.leaderboard-group {
|
| 110 |
margin: 18px 0 28px 0 !important;
|
| 111 |
padding: 12px 14px !important;
|
| 112 |
+
/* border: 1px solid #eee; */
|
| 113 |
border-radius: 12px;
|
| 114 |
+
/* background: #ffffff; */
|
| 115 |
}
|
| 116 |
|
| 117 |
.leaderboard-table {
|