Skip to content

Commit 1cdaa9c

Browse files
Updated text colors in pattern shop
1 parent 7e9a3e3 commit 1cdaa9c

11 files changed

+277
-358
lines changed

src/css/global.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,21 @@ button.bellIcon:active {
908908
background-position: 0% 50%;
909909
}
910910
}
911+
.shopFeatures {
912+
padding-inline-start: 1.5em;
913+
}
914+
.shopFeatures li {
915+
list-style: none;
916+
position: relative;
917+
padding: 1px 0 9px 25px;
918+
}
919+
920+
.shopFeatures li::before {
921+
content: "-";
922+
position: absolute;
923+
top: 0;
924+
left: 0;
925+
}
911926
.shop-button {
912927
display: inline-block;
913928
background-color: transparent;

src/routes/pattern-accessories.svelte

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
</div>
8888
<div class="container mx-auto gray-text p-4 pt-12 pb-4 title">
89-
<h2 class="inline-block font-semibold">{strings[selectedUnique[0].item_id]}</h2>
89+
<h2 class="inline-block font-semibold secondary-text-color">{strings[selectedUnique[0].item_id]}</h2>
9090
<h3 class="inline-block font-normal">
9191
&nbsp;({selectedUnique[0].from_cost ? "From " : ""}
9292
{selectedUnique[0].cost})
@@ -268,7 +268,6 @@
268268
position: relative;
269269
display: block;
270270
width: 100%;
271-
/* h-64 */
272271
overflow: hidden;
273272
border-radius: var(--border-radius);
274273
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -278,21 +277,6 @@
278277
font-size: 0.9em;
279278
}
280279
h3 {
281-
color: rgba(var(--blockquote-color), 0.7);
282-
}
283-
.shopFeatures {
284-
padding-inline-start: 1.5em;
285-
}
286-
:global(.shopFeatures li) {
287-
list-style: none;
288-
position: relative;
289-
padding: 1px 0 9px 25px;
290-
}
291-
292-
:global(.shopFeatures li::before) {
293-
content: "-";
294-
position: absolute;
295-
top: 0;
296-
left: 0;
280+
color: rgba(var(--blockquote-color), 0.8);
297281
}
298282
</style>

src/routes/pattern-home-living.svelte

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
</div>
8888
<div class="container mx-auto gray-text p-4 pt-12 pb-4 title">
89-
<h2 class="inline-block font-semibold">{strings[selectedUnique[0].item_id]}</h2>
89+
<h2 class="inline-block font-semibold secondary-text-color">{strings[selectedUnique[0].item_id]}</h2>
9090
<h3 class="inline-block font-normal">
9191
&nbsp;({selectedUnique[0].from_cost ? "From " : ""}
9292
{selectedUnique[0].cost})
@@ -268,7 +268,6 @@
268268
position: relative;
269269
display: block;
270270
width: 100%;
271-
/* h-64 */
272271
overflow: hidden;
273272
border-radius: var(--border-radius);
274273
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -278,21 +277,6 @@
278277
font-size: 0.9em;
279278
}
280279
h3 {
281-
color: rgba(var(--blockquote-color), 0.7);
282-
}
283-
.shopFeatures {
284-
padding-inline-start: 1.5em;
285-
}
286-
:global(.shopFeatures li) {
287-
list-style: none;
288-
position: relative;
289-
padding: 1px 0 9px 25px;
290-
}
291-
292-
:global(.shopFeatures li::before) {
293-
content: "-";
294-
position: absolute;
295-
top: 0;
296-
left: 0;
280+
color: rgba(var(--blockquote-color), 0.8);
297281
}
298282
</style>

src/routes/pattern-phone-cases.svelte

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
</div>
8888
<div class="container mx-auto gray-text p-4 pt-12 pb-4 title">
89-
<h2 class="inline-block font-semibold">{strings[selectedUnique[0].item_id]}</h2>
89+
<h2 class="inline-block font-semibold secondary-text-color">{strings[selectedUnique[0].item_id]}</h2>
9090
<h3 class="inline-block font-normal">
9191
&nbsp;({selectedUnique[0].from_cost ? "From " : ""}
9292
{selectedUnique[0].cost})
@@ -268,7 +268,6 @@
268268
position: relative;
269269
display: block;
270270
width: 100%;
271-
/* h-64 */
272271
overflow: hidden;
273272
border-radius: var(--border-radius);
274273
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -278,21 +277,6 @@
278277
font-size: 0.9em;
279278
}
280279
h3 {
281-
color: rgba(var(--blockquote-color), 0.7);
282-
}
283-
.shopFeatures {
284-
padding-inline-start: 1.5em;
285-
}
286-
:global(.shopFeatures li) {
287-
list-style: none;
288-
position: relative;
289-
padding: 1px 0 9px 25px;
290-
}
291-
292-
:global(.shopFeatures li::before) {
293-
content: "-";
294-
position: absolute;
295-
top: 0;
296-
left: 0;
280+
color: rgba(var(--blockquote-color), 0.8);
297281
}
298282
</style>

src/routes/pattern-stationery-office.svelte

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
</div>
8888
<div class="container mx-auto gray-text p-4 pt-12 pb-4 title">
89-
<h2 class="inline-block font-semibold">{strings[selectedUnique[0].item_id]}</h2>
89+
<h2 class="inline-block font-semibold secondary-text-color">{strings[selectedUnique[0].item_id]}</h2>
9090
<h3 class="inline-block font-normal">
9191
&nbsp;({selectedUnique[0].from_cost ? "From " : ""}
9292
{selectedUnique[0].cost})
@@ -268,7 +268,6 @@
268268
position: relative;
269269
display: block;
270270
width: 100%;
271-
/* h-64 */
272271
overflow: hidden;
273272
border-radius: var(--border-radius);
274273
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -278,21 +277,6 @@
278277
font-size: 0.9em;
279278
}
280279
h3 {
281-
color: rgba(var(--blockquote-color), 0.7);
282-
}
283-
.shopFeatures {
284-
padding-inline-start: 1.5em;
285-
}
286-
:global(.shopFeatures li) {
287-
list-style: none;
288-
position: relative;
289-
padding: 1px 0 9px 25px;
290-
}
291-
292-
:global(.shopFeatures li::before) {
293-
content: "-";
294-
position: absolute;
295-
top: 0;
296-
left: 0;
280+
color: rgba(var(--blockquote-color), 0.8);
297281
}
298282
</style>

src/routes/pattern-stickers-skins.svelte

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
</div>
8888
<div class="container mx-auto gray-text p-4 pt-12 pb-4 title">
89-
<h2 class="inline-block font-semibold">{strings[selectedUnique[0].item_id]}</h2>
89+
<h2 class="inline-block font-semibold secondary-text-color">{strings[selectedUnique[0].item_id]}</h2>
9090
<h3 class="inline-block font-normal">
9191
&nbsp;({selectedUnique[0].from_cost ? "From " : ""}
9292
{selectedUnique[0].cost})
@@ -268,7 +268,6 @@
268268
position: relative;
269269
display: block;
270270
width: 100%;
271-
/* h-64 */
272271
overflow: hidden;
273272
border-radius: var(--border-radius);
274273
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -278,21 +277,6 @@
278277
font-size: 0.9em;
279278
}
280279
h3 {
281-
color: rgba(var(--blockquote-color), 0.7);
282-
}
283-
.shopFeatures {
284-
padding-inline-start: 1.5em;
285-
}
286-
:global(.shopFeatures li) {
287-
list-style: none;
288-
position: relative;
289-
padding: 1px 0 9px 25px;
290-
}
291-
292-
:global(.shopFeatures li::before) {
293-
content: "-";
294-
position: absolute;
295-
top: 0;
296-
left: 0;
280+
color: rgba(var(--blockquote-color), 0.8);
297281
}
298282
</style>

src/routes/pattern-wall-art.svelte

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</div>
8787
</div>
8888
<div class="container mx-auto gray-text p-4 pt-12 pb-4 title">
89-
<h2 class="inline-block font-semibold">{strings[selectedUnique[0].item_id]}</h2>
89+
<h2 class="inline-block font-semibold secondary-text-color">{strings[selectedUnique[0].item_id]}</h2>
9090
<h3 class="inline-block font-normal">
9191
&nbsp;({selectedUnique[0].from_cost ? "From " : ""}
9292
{selectedUnique[0].cost})
@@ -268,7 +268,6 @@
268268
position: relative;
269269
display: block;
270270
width: 100%;
271-
/* h-64 */
272271
overflow: hidden;
273272
border-radius: var(--border-radius);
274273
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -278,21 +277,6 @@
278277
font-size: 0.9em;
279278
}
280279
h3 {
281-
color: rgba(var(--blockquote-color), 0.7);
282-
}
283-
.shopFeatures {
284-
padding-inline-start: 1.5em;
285-
}
286-
:global(.shopFeatures li) {
287-
list-style: none;
288-
position: relative;
289-
padding: 1px 0 9px 25px;
290-
}
291-
292-
:global(.shopFeatures li::before) {
293-
content: "-";
294-
position: absolute;
295-
top: 0;
296-
left: 0;
280+
color: rgba(var(--blockquote-color), 0.8);
297281
}
298282
</style>

src/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<link rel="sitemap" type="application/xml" href="https://pattern.monster/sitemap.xml" />
1010
<link rel="icon" type="image/png" href="favicon.png" />
1111
<link rel="apple-touch-icon" href="logo-512.png" />
12-
<link rel="stylesheet" href="global-1633889567.min.css" />
13-
<link rel="preload" href="pickr-1633889567.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
12+
<link rel="stylesheet" href="global-1633891007.min.css" />
13+
<link rel="preload" href="pickr-1633891007.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
1414
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet" />
1515

1616
<meta name="author" content="Naveen CS" />

0 commit comments

Comments
 (0)