Skip to content

Commit 571d455

Browse files
committed
fix action
1 parent e161141 commit 571d455

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

.github/workflows/quarto-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77

88
name: Render and Publish
99

10+
permissions:
11+
contents: write
12+
pages: write
13+
1014
jobs:
1115
build-deploy:
1216
runs-on: ubuntu-latest

documentation/theme-dark.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*-- scss:defaults --*/
2+
3+
@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap';
4+
5+
$font-family: "Atkinson Hyperlegible", sans-serif;
6+
7+
// Base document colors
8+
$body-bg: #181818;
9+
$body-color: white;
10+
$link-color: #75AADB;
11+
12+
$light: #525252;
13+
14+
// Navigation element colors
15+
$footer-bg: #181818;
16+
$navbar-bg: #303030;
17+
$sidebar-bg: #303030;
18+
19+
// Code blocks
20+
$code-block-bg-alpha: -.8;
21+
22+
// Bootstrap popovers
23+
$popover-bg: #242424;
24+
25+
// Bootstrap inputs
26+
$input-bg: #242424;

documentation/theme.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*-- scss:defaults --*/
2+
3+
@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap';
4+
5+
$font-family: "Atkinson Hyperlegible", sans-serif;
6+

0 commit comments

Comments
 (0)