Spaces:
Sleeping
Sleeping
alessiodevoto
commited on
Commit
•
549e367
1
Parent(s):
b9f1f1c
Upload folder using huggingface_hub
Browse files- newsletter_examples/1.html +0 -16
newsletter_examples/1.html
CHANGED
@@ -15,20 +15,6 @@
|
|
15 |
color: #4A4A4A;
|
16 |
background-color: #F0E6D2; /* Light warm brown background */
|
17 |
}
|
18 |
-
|
19 |
-
/* Force black text in dark mode and prevent automatic color changes */
|
20 |
-
@media (prefers-color-scheme: dark) {
|
21 |
-
p,
|
22 |
-
h1, h2, h3,
|
23 |
-
.bought-item,
|
24 |
-
.product,
|
25 |
-
.deal-box,
|
26 |
-
* {
|
27 |
-
color: #000000 !important;
|
28 |
-
-webkit-text-fill-color: #000000 !important;
|
29 |
-
background-color: #F0E6D2 !important;
|
30 |
-
}
|
31 |
-
}
|
32 |
|
33 |
.backgroundcontainer {
|
34 |
max-width: 600px;
|
@@ -83,8 +69,6 @@
|
|
83 |
transition: transform 0.3s ease;
|
84 |
}
|
85 |
|
86 |
-
|
87 |
-
|
88 |
/* Media query for smaller screens */
|
89 |
@media screen and (max-width: 600px) {
|
90 |
.section-row {
|
|
|
15 |
color: #4A4A4A;
|
16 |
background-color: #F0E6D2; /* Light warm brown background */
|
17 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
.backgroundcontainer {
|
20 |
max-width: 600px;
|
|
|
69 |
transition: transform 0.3s ease;
|
70 |
}
|
71 |
|
|
|
|
|
72 |
/* Media query for smaller screens */
|
73 |
@media screen and (max-width: 600px) {
|
74 |
.section-row {
|