Skip to content

Commit 6893ae5

Browse files
committed
update docs
1 parent 18eab69 commit 6893ae5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/configure_web_app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ The `theme.module.scss` file is a Sass stylesheet which uses global variables to
6464
$header-color: rgb(95, 2, 2); // Navigation bar background
6565
$button-color: rgb(173, 66, 66); // Primary buttons, form elements
6666
$button-color-active: rgba(160, 55, 55, 0.9); // Active/hover state
67-
$link-color: rgb(156, 60, 60); // Hyperlinks and text accents
67+
$link-color: rgb(156, 60, 60); // Hyperlinks, text accents, and focus indicators
6868
$passage-color: rgb(155, 65, 55); // Search result highlights
6969
$card-header-color: rgb(173, 66, 66); // Card and table headers
70+
$focus-on-dark-color: #fff; // Focus indicator on dark backgrounds (e.g. navbar)
7071
```
7172

7273
Once you've edited the theme file, rebuild the web application by running the following command from the `app/` directory:

0 commit comments

Comments
 (0)