Skip to content

Commit ed7bfdf

Browse files
authored
Merge pull request #66 from ez-plugins/docs/github-pages
docs: fix SCSS syntax error in ezrtp.scss (split comment separators)
2 parents 0b54cd3 + 51e3e2b commit ed7bfdf

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

docs/_sass/color_schemes/ezrtp.scss

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,32 @@
1111

1212
$color-scheme: dark;
1313

14-
// ── Surfaces
15-
─────────────────────────────────────────────────────────────────
14+
// ── Surfaces ─────────────────────────────────────────────────────────────────
1615
$body-background-color: #141414;
1716
$sidebar-color: #1c1c1c;
1817
$feedback-color: #181818;
1918

20-
// ── Typography
21-
────────────────────────────────────────────────────────────────
19+
// ── Typography ────────────────────────────────────────────────────────────────
2220
$body-text-color: #d0d0d0;
2321
$body-heading-color: #ffffff;
2422

25-
// ── Links & accent
26-
───────────────────────────────────────────────────────────
23+
// ── Links & accent ───────────────────────────────────────────────────────────
2724
$link-color: #29b6f6;
2825
$btn-primary-color: #29b6f6;
2926

30-
// ── Borders
31-
───────────────────────────────────────────────────────────────────
27+
// ── Borders ───────────────────────────────────────────────────────────────────
3228
$border-color: #2e2e2e;
3329

34-
// ── Code
35-
──────────────────────────────────────────────────────────────────────
30+
// ── Code ──────────────────────────────────────────────────────────────────────
3631
$code-background-color: #222222;
3732

38-
// ── Tables
39-
────────────────────────────────────────────────────────────────────
33+
// ── Tables ────────────────────────────────────────────────────────────────────
4034
$table-background-color: #1a1a1a;
4135

42-
// ── Search
43-
────────────────────────────────────────────────────────────────────
36+
// ── Search ────────────────────────────────────────────────────────────────────
4437
$search-background-color: #222222;
4538
$search-foreground-color: #c0c0c0;
4639
$search-border-color: #333333;
4740

48-
// ── Buttons
49-
─────────────────────────────────────────────────────────────────
41+
// ── Buttons ─────────────────────────────────────────────────────────────────
5042
$base-button-color: #252525;

0 commit comments

Comments
 (0)