diff --git a/_config.yml b/_config.yml index 0f2f1b9..a32d24c 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: OS2display Documentation description: Documentation for using, hosting and developing the OS2display project theme: just-the-docs -logo: "/assets/site/logo.svg" +logo: "/assets/site/os2display_Logo.svg" favicon_ico: "/assets/site/favicon.ico" color_scheme: os2display diff --git a/_sass/color_schemes/os2display.scss b/_sass/color_schemes/os2display.scss index 9862353..f74e9f6 100644 --- a/_sass/color_schemes/os2display.scss +++ b/_sass/color_schemes/os2display.scss @@ -1,13 +1,7 @@ -//$body-background-color: $white !default; -//$body-heading-color: $grey-dk-300 !default; -//$body-text-color: $grey-dk-100 !default; -$link-color: $blue-200; -//$nav-child-link-color: $grey-dk-100 !default; -//$sidebar-color: $grey-lt-000 !default; -//$base-button-color: #f7f7f7 !default; -$btn-primary-color: $blue-200; -//$code-background-color: $grey-lt-000 !default; -//$feedback-color: darken($sidebar-color, 3%) !default; -//$table-background-color: $white !default; -//$search-background-color: $white !default; -//$search-result-preview-color: $grey-dk-000 !default; \ No newline at end of file +// @see https://github.com/just-the-docs/just-the-docs/blob/main/_sass/support/_variables.scss + +$link-color: $os2-green-000; +$sidebar-color: $grey-lt-000 !default; +$btn-primary-color: $os2-green-000; +$body-font-family: "Montserrat", "Odoo Unicode Support Noto", sans-serif; +$sidebar-color: $white; diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..cc5bd7f --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1,3 @@ +.site-header { + border-bottom: 0; +} \ No newline at end of file diff --git a/_sass/custom/setup.scss b/_sass/custom/setup.scss new file mode 100644 index 0000000..d56c037 --- /dev/null +++ b/_sass/custom/setup.scss @@ -0,0 +1,5 @@ +// Colors from the styling on os2.eu +$os2-logo-black-000: #2b2523; +$os2-text-black-000: rgb(33, 37, 41); +$os2-link-000: rgb(57, 115, 175); +$os2-green-000: #58b257; diff --git a/assets/site/favicon.ico b/assets/site/favicon.ico index 4f716e5..3155e1a 100644 Binary files a/assets/site/favicon.ico and b/assets/site/favicon.ico differ diff --git a/assets/site/os2display_App.svg b/assets/site/os2display_App.svg new file mode 100644 index 0000000..879bbf8 --- /dev/null +++ b/assets/site/os2display_App.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/site/os2display_Logo hjemmeside 375x40px.svg b/assets/site/os2display_Logo hjemmeside 375x40px.svg new file mode 100644 index 0000000..e1b8974 --- /dev/null +++ b/assets/site/os2display_Logo hjemmeside 375x40px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/site/os2display_Logo.svg b/assets/site/os2display_Logo.svg new file mode 100644 index 0000000..2fa2368 --- /dev/null +++ b/assets/site/os2display_Logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/site/os2display_Square.svg b/assets/site/os2display_Square.svg new file mode 100644 index 0000000..5461654 --- /dev/null +++ b/assets/site/os2display_Square.svg @@ -0,0 +1 @@ + \ No newline at end of file