Skip to content

Commit b0011e6

Browse files
committed
Added icons and fixed double quote in verses
1 parent 6c8fa31 commit b0011e6

17 files changed

Lines changed: 35261 additions & 39 deletions

assets/css/style.css

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ a {
106106
}
107107

108108
.cross-mark {
109-
width: 16px;
110-
height: 24px;
111-
border-left: 3px solid var(--accent);
112-
border-top: 3px solid var(--accent);
109+
width: 28px;
110+
height: 28px;
111+
background: center / contain no-repeat url("../icons/icon.svg");
112+
flex: 0 0 28px;
113113
}
114114

115115
.brand-name {
@@ -388,6 +388,29 @@ textarea:focus,
388388
background: linear-gradient(160deg, color-mix(in srgb, var(--accent-soft) 44%, var(--surface)), var(--surface));
389389
}
390390

391+
.verse-bilingual-grid {
392+
display: grid;
393+
grid-template-columns: repeat(2, minmax(0, 1fr));
394+
gap: 0.8rem;
395+
}
396+
397+
.verse-lang-card {
398+
border: 1px solid var(--border);
399+
border-radius: 12px;
400+
background: var(--surface);
401+
padding: 0.75rem;
402+
}
403+
404+
.verse-lang-card h3 {
405+
margin-bottom: 0.45rem;
406+
font-size: 0.95rem;
407+
}
408+
409+
.verse-lang-card blockquote,
410+
.verse-lang-card p {
411+
margin: 0;
412+
}
413+
391414
.list-reset {
392415
list-style: none;
393416
margin: 0;
@@ -510,6 +533,10 @@ textarea:focus,
510533
}
511534

512535
.nav-links {
536+
537+
.verse-bilingual-grid {
538+
grid-template-columns: 1fr;
539+
}
513540
display: none;
514541
width: 100%;
515542
padding-bottom: 0.85rem;

assets/data/verses.json

Lines changed: 1448 additions & 12 deletions
Large diffs are not rendered by default.

assets/icons/favicon.ico

4.36 KB
Binary file not shown.

assets/icons/icon-180.png

19.7 KB
Loading

assets/icons/icon-192.png

21.8 KB
Loading

assets/icons/icon-32.png

1.32 KB
Loading

assets/icons/icon-48.png

2.39 KB
Loading

assets/icons/icon-512.png

110 KB
Loading

assets/icons/icon-64.png

3.8 KB
Loading

assets/icons/icon-old.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)