|
@@ -3,7 +3,7 @@
|
|
|
--secondary-color: #F7C59F;
|
|
|
--accent-color: #EFEFD0;
|
|
|
--text-dark: #333;
|
|
|
- --text-light: #fff;
|
|
|
+ --text-light: #ea6513e1;
|
|
|
--bg-gradient: linear-gradient(135deg, #FF6B35 0%, #FFBE0B 100%);
|
|
|
}
|
|
|
|
|
@@ -32,7 +32,7 @@ body {
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
- background: rgba(255, 255, 255, 0.9);
|
|
|
+ background: rgb(247, 215, 183);
|
|
|
backdrop-filter: blur(10px);
|
|
|
-webkit-backdrop-filter: blur(10px);
|
|
|
z-index: 1000;
|