Skip to content

Commit

Permalink
Merge pull request #149 from ogcio/10445_alternative_to_yellow_highli…
Browse files Browse the repository at this point in the history
…ghting_of_side_menu_and_answer_box

feat: 10445 alternative to yellow highlighting of side menu and answer box
  • Loading branch information
allhailpython authored Oct 19, 2023
2 parents 3c6580f + 8bcf5a6 commit dc1a476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/govie/settings/_colours-applied.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $govie-secondary-text-colour: govie-colour('dark-grey') !default;
/// @type Colour
/// @access public

$govie-focus-colour: govie-colour('yellow') !default;
$govie-focus-colour: govie-colour('white') !default;

/// Focused text colour
///
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ogcio/ogcio-ds",
"description": "OGCIO-DS contains the code you need to start building a user interface for government platforms and services.",
"version": "0.0.22",
"version": "0.0.23",
"main": "govie/all.js",
"module": "govie-esm/all.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/govie/settings/_colours-applied.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $govie-secondary-text-colour: govie-colour('dark-grey') !default;
/// @type Colour
/// @access public

$govie-focus-colour: govie-colour('yellow') !default;
$govie-focus-colour: govie-colour('white') !default;

/// Focused text colour
///
Expand Down

0 comments on commit dc1a476

Please sign in to comment.