Skip to content

Commit cf634d2

Browse files
committed
GH refinements
1 parent fb5bf54 commit cf634d2

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

docs/_config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
title: LinkedQL
22
description: SQL, evolved — A reactive, version-aware database client.
3+
theme: jekyll-theme-cayman # or jekyll-theme-slate
34
markdown: GFM
4-
theme: jekyll-theme-cayman
5-
show_downloads: true
6-
github:
7-
is_project_page: true
8-
repository_url: https://github.com/linked-db/linked-ql
95
url: "https://linked-db.github.io"
106
baseurl: "/linked-ql"
117
plugins:

docs/style.scss

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33

44
@import "{{ site.theme }}";
55

6-
body {
7-
background: #0d0d0d;
8-
color: #d8d8d8;
9-
}
10-
11-
a { color: #7ab8ff; }
12-
pre, code { background: #1a1a1a; color: #e0e0e0; }
13-
h1, h2, h3, h4 { color: #fafafa; }
14-
details summary { color: #fff; }
6+
/* Force dark palette (works regardless of system setting) */
7+
body { background:#0e0e0e; color:#d8d8d8; }
8+
h1,h2,h3,h4,h5,h6 { color:#f5f5f5; }
9+
a { color:#7bb8ff; }
10+
code, pre { background:#1a1a1a; color:#eee; }
11+
details summary { color:#fff; font-weight:600; cursor:pointer; }

0 commit comments

Comments
 (0)