Skip to content

Commit 84a50e3

Browse files
committed
feat: 更新亮色主题背景和透明度
1 parent 4b80b40 commit 84a50e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

background_light.jpg

3.81 MB
Loading

exam/Styles/light.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body {
22
font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif;
33
margin: 0;
44
padding: 0;
5-
background: url('../../background.jpg') no-repeat center center fixed;
5+
background: url('../../background_light.jpg') no-repeat center center fixed;
66
background-size: cover;
77
animation: fadeIn 1s;
88
color: #333;
@@ -50,7 +50,7 @@ body::-webkit-scrollbar {
5050
padding: 20px;
5151
max-width: 1400px;
5252
margin: auto;
53-
background-color: rgba(255, 255, 255, 0.8);
53+
background-color: rgba(255, 255, 255, 0);
5454
}
5555

5656
h1 {
@@ -93,7 +93,7 @@ h1 {
9393
}
9494

9595
.clock-section, .info-section, .right-column {
96-
background-color: rgba(255, 255, 255, 0.8);
96+
background-color: rgba(255, 255, 255, 0.2);
9797
backdrop-filter: blur(10px);
9898
padding: 20px;
9999
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
@@ -120,7 +120,7 @@ table {
120120
border-collapse: collapse;
121121
margin-top: 20px;
122122
border: 1px solid #ccc;
123-
background-color: rgba(255, 255, 255, 0.8);
123+
background-color: rgba(255, 255, 255, 0.5);
124124
}
125125

126126
th, td {

0 commit comments

Comments
 (0)