Skip to content

Commit 1bbbd6e

Browse files
committed
build: updated custom LTER Quarto extension to version 1.2.0
1 parent 2728a30 commit 1bbbd6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_extensions/lter/lter_scss-theme/_extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: LTER Quarto Stylesheets
22
author: Nick J Lyon
3-
version: 1.1.0
3+
version: 1.2.0
44
quarto-required: ">=1.2.0"
55
contributes:
66
formats:

_extensions/lter/lter_scss-theme/theme_lter-edu-dark.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ $font-size: 25px;
2525
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Open+Sans:wght@300&display=swap');
2626

2727
// Base document colors
28-
$navbar-bg: $lter-blue-2; // navbar
28+
$navbar-bg: $lter-green-3; // navbar
2929
$navbar-fg: $cream; // navbar foreground elements
3030
$sidebar-bg: $lter-green-3; // sidebar
3131
$sidebar-fg: $cream; // sidebar foreground elements
32-
$navbar-hl: $lter-green-3; // highlight color when on a page
32+
$navbar-hl: $lter-green-1; // highlight color when on a page
3333
$body-bg: $black; // page background
3434
$body-color: $cream; // page text
3535
$footer-bg: $lter-blue-2; // footer

_extensions/lter/lter_scss-theme/theme_lter-edu-light.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ $sidebar-fg: $cream; // sidebar foreground elements
3333
$navbar-hl: $lter-green-3; // highlight color when on a page
3434
$body-bg: $cream; // page background
3535
$body-color: $black; // page text
36-
$footer-bg: $lter-green-1; // footer
37-
$footer-fg: $cream; // footer text
36+
$footer-bg: $lter-blue-1; // footer
37+
$footer-fg: $gray-4; // footer text
3838
$link-color: $lter-blue-2; // hyperlinks
3939

4040
// Code text

0 commit comments

Comments
 (0)