diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 494f6b210..50c38e5cb 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -67,6 +67,7 @@ - **Menu** - `tiered menu` has been removed - **Menu** - Increased contrast on `inverted` menu selection for legibility - **Message** - Slightly increases `box-shadow` +- **Search** - Slightly adjusted search result theme for clarity - **Site** - Increase contrast on default hovered/down colors for colored variations - **Site** - Page background is now `#FFFFFF` by default instead of an offwhite `#F7F7F7` - **Site** - Adjusted global line height to the closest even pixel value diff --git a/src/themes/default/globals/site.variables b/src/themes/default/globals/site.variables index 8dc6f6310..47a85fd28 100644 --- a/src/themes/default/globals/site.variables +++ b/src/themes/default/globals/site.variables @@ -306,7 +306,7 @@ /* Info */ @infoColor : #31CCEC; -@infoBackgroundColor : #EEF9F9; +@infoBackgroundColor : #F1FCFC; @infoBorderColor : #A3CFD8; @infoHeaderColor : #0E566C; @infoTextColor : #196178; @@ -360,6 +360,7 @@ @circularRadius : 500rem; @borderColor : rgba(34, 36, 38, 0.15); +@internalBorderColor : rgba(34, 36, 38, 0.1); @selectedBorderColor : rgba(34, 36, 38, 0.3); @disabledBorderColor : rgba(34, 36, 38, 0.5);