|
22 | 22 | border-radius: 0.3rem;
|
23 | 23 | border: 1px solid rgba(255, 255, 255, 0.3);
|
24 | 24 | transition: all 0.2s ease;
|
25 | | - /* 确保按钮不受通用 .btn 样式影响 */ |
| 25 | + /* Ensure buttons are not affected by generic .btn styles */ |
26 | 26 | transform: none !important;
|
27 | 27 | box-shadow: none;
|
28 | 28 | }
|
|
32 | 32 | border-color: rgba(255, 255, 255, 0.5);
|
33 | 33 | text-decoration: none;
|
34 | 34 | color: white;
|
35 | | - /* 禁用悬浮时的变形效果 */ |
| 35 | + /* Disable transform effects on hover */ |
36 | 36 | transform: none !important;
|
37 | 37 | box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
38 | 38 | }
|
|
95 | 95 | opacity: 0.9;
|
96 | 96 | }
|
97 | 97 |
|
98 | | -/* Enhanced Buttons - 只影响GitHub按钮,不影响语言切换按钮 */ |
| 98 | +/* Enhanced Buttons - Only affects GitHub buttons, not language toggle buttons */ |
99 | 99 | .btn:not(.btn-lang) {
|
100 | 100 | transition: all 0.3s ease;
|
101 | 101 | }
|
|
0 commit comments