Skip to content

Commit

Permalink
Change CDS links to DSB
Browse files Browse the repository at this point in the history
Addresses: #468
  • Loading branch information
nils-work committed Dec 13, 2024
1 parent aa73afe commit 1e51198
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion slate/source/includes/cx.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The Consumer Experience (CX) Standards contain requirements for the creation of



The CX Guidelines provide examples and recommendations for how to implement key rules and standards that relate to the consumer experience. They can be accessed along with additional CX commentary from the [CX Guidelines](https://cx.cds.gov.au) page.
The CX Guidelines provide examples and recommendations for how to implement key rules and standards that relate to the consumer experience. They can be accessed along with additional CX commentary from the [CX Guidelines](https://cx.dsb.gov.au) page.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Release notes for version v1.33.0 of the [CDR Standards](../../index.html).

This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues):

- [Standards Staging #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX)
- [Standards Staging #468 - Update DSB Logo and links](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/468)

This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):

Expand All @@ -33,9 +33,7 @@ This release addresses the following Decision Proposals published on [Standards]
## General Changes
|Change|Description|Link|
|------|-----------|----|
| Change summary | [**Standards Staging #XXX**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX): Change detail | [Standards section](../../#section)
| Change summary | [**Standards Maintenance #XXX**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/XXX): Change detail | [Standards section](../../#section)
| Change summary | [**Decision Proposal #XXX**](https://github.com/ConsumerDataStandardsAustralia/standards/issues/XXX): Change detail | [Standards section](../../#section)
| Update DSB links | [**Standards Staging #468**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/468): Changed CDS links to DSB, updated width of left navigation section. |


## Introduction
Expand Down
4 changes: 2 additions & 2 deletions slate/source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ language_tabs:
- diff: Version Delta

toc_footers:
- <a href='https://consumerdatastandards.gov.au/'>Consumer Data Standards Home</a>
- <a href='https://cx.cds.gov.au/'>CX Guidelines</a>
- <a href='https://dsb.gov.au/'>Data Standards Body Home</a>
- <a href='https://cx.dsb.gov.au/'>CX Guidelines</a>
- <a href='https://cdr-support.zendesk.com/'>CDR Support Portal</a>
- <a href='https://github.com/ConsumerDataStandardsAustralia/standards'>CDR Standards on GitHub</a>
- <a href='https://github.com/ConsumerDataStandardsAustralia/standards-maintenance'>CDR Maintenance on GitHub</a>
Expand Down
4 changes: 2 additions & 2 deletions slate/source/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ $search-notice-bg: #c97a7e !default;
$main-text: #333 !default; // main content text color
$nav-text: #2FB787 !default;
$nav-active-text: #fff !default;
$nav-active-parent-text: #2FB787 !default; // parent links of the current section
$nav-active-parent-text: $nav-text !default; // parent links of the current section
$lang-select-text: #fff !default; // color of unselected language tab text
$lang-select-active-text: #fff !default; // color of selected language tab text
$lang-select-pressed-text: #fff !default; // color of language tab text when mouse is pressed


// SIZES
////////////////////
$nav-width: 230px !default; // width of the navbar
$nav-width: 240px !default; // width of the navbar
$examples-width: 40% !default; // portion of the screen taken up by code examples
$logo-margin: 0px !default; // margin below logo
$main-padding: 28px !default; // padding to left and right of content & examples
Expand Down
4 changes: 2 additions & 2 deletions slate/source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ html, body {
.schema-list li.active-parent span.toggle,
.schema-list li.active-parent,
.schema-list li.active-parent:before {
background-color: #00A9CE;
color: #fff;
background-color: $nav-active-bg;
color: $nav-active-text;
}

.schema-list {
Expand Down

0 comments on commit 1e51198

Please sign in to comment.