Skip to content

Commit b5b1d8f

Browse files
committed
Updated actions/upload-pages-artifact action, fix colors
1 parent 63127bb commit b5b1d8f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151

5252
# Deployment job
5353
deploy:

_sass/color_schemes/os2display.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @see https://github.com/just-the-docs/just-the-docs/blob/main/_sass/support/_variables.scss
22

33
$link-color: $os2-green-000;
4-
$sidebar-color: $grey-lt-000 !default;
54
$btn-primary-color: $os2-green-000;
65
$body-font-family: "Montserrat", "Odoo Unicode Support Noto", sans-serif;
6+
$body-text-color: $os2-text-black-000;
77
$sidebar-color: $white;

_sass/custom/custom.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.site-header {
22
border-bottom: 0;
3+
}
4+
5+
.nav-list-expander {
6+
color: $os2-text-black-000;
37
}

0 commit comments

Comments
 (0)