File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515- Make prerelease self-update confirmation default to ` No ` .
1616 - ` Update-NovaModuleTool ` , ` Update-NovaModuleTools ` , and ` % nova update ` now require an explicit ` Y ` before a
1717 prerelease self-update continues, so pressing Enter cancels the update instead of accepting it.
18+ - Render bold text in white across the hosted HTML documentation.
19+ - Emphasized ` <strong> ` and ` <b> ` text now stands out more clearly when scanning docs pages.
1820
1921### Deprecated
2022
Original file line number Diff line number Diff line change 44 --panel : rgba (255 , 255 , 255 , 0.08 );
55 --panel-strong : rgba (255 , 255 , 255 , 0.12 );
66 --text : # eef3ff ;
7+ --text-strong : # ffffff ;
78 --muted : # b8c3df ;
89 --accent : # 6ee7b7 ;
910 --accent-strong : # 22c55e ;
4445 color : inherit;
4546}
4647
48+ strong ,
49+ b {
50+ color : var (--text-strong );
51+ }
52+
4753.site-header {
4854 position : sticky;
4955 top : 0 ;
749755.notice strong {
750756 display : block;
751757 margin-bottom : 0.35rem ;
752- color : var (--text );
758+ color : var (--text-strong );
753759}
754760
755761.notice p {
You can’t perform that action at this time.
0 commit comments