|
@@ -126,7 +126,7 @@
|
|
|
|
|
|
/* Global Styles START */
|
|
|
:root {
|
|
|
- --color-def: #ff9216;
|
|
|
+ --color-def: #d97707;
|
|
|
--color-2: #2B2C30;
|
|
|
--color-1: #2a2832;
|
|
|
--color-3: #2a1832;
|
|
@@ -1694,6 +1694,7 @@ a {
|
|
|
font-size: 16px;
|
|
|
text-align: right;
|
|
|
line-height: 40px;
|
|
|
+ height: 40px;
|
|
|
}
|
|
|
|
|
|
.gallery-album-line a{
|
|
@@ -1736,7 +1737,7 @@ table.album_table img {
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
table.album_table button {
|
|
|
- background-color: #ccc;
|
|
|
+ background-color: #d97707;
|
|
|
color: white;
|
|
|
border: none;
|
|
|
padding: 8px 12px;
|
|
@@ -1745,7 +1746,7 @@ table.album_table button {
|
|
|
transition: background-color 0.3s ease;
|
|
|
}
|
|
|
table.album_table button:hover {
|
|
|
- background-color: #777;
|
|
|
+ background-color: #d97707;
|
|
|
}
|
|
|
/* 视频遮罩层样式 */
|
|
|
.overlay {
|