Anne-Charlotte commited on
Commit
0858ceb
·
verified ·
1 Parent(s): 236cea9

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -133,7 +133,7 @@ body {
133
  max-width: 1200px;
134
  margin: 0 auto;
135
  position: relative;
136
- background: #ffffff;
137
  border-radius: 16px;
138
  overflow: hidden;
139
  box-shadow: var(--shadow-lg);
@@ -160,7 +160,7 @@ body {
160
 
161
  .image-container {
162
  aspect-ratio: 16/9;
163
- background: var(--bg-secondary);
164
  display: flex;
165
  align-items: center;
166
  justify-content: center;
 
133
  max-width: 1200px;
134
  margin: 0 auto;
135
  position: relative;
136
+ background: var(--bg-card);
137
  border-radius: 16px;
138
  overflow: hidden;
139
  box-shadow: var(--shadow-lg);
 
160
 
161
  .image-container {
162
  aspect-ratio: 16/9;
163
+ background: #ffffff;
164
  display: flex;
165
  align-items: center;
166
  justify-content: center;