File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ import { LabsLogo } from './LabsLogo';
2222const headerStyles = css `
2323 color : ${ schemePalette ( '--labs-header-title' ) } ;
2424 background-color : ${ schemePalette ( '--labs-header-background' ) } ;
25- border-bottom : 1px solid var (--article -border );
25+ border-bottom : 1px solid var (--section -border );
2626` ;
2727
2828const headerInnerStyles = css `
2929 height : ${ LABS_HEADER_HEIGHT } px;
3030 ${ grid . paddedContainer }
3131
3232 ${ from . tablet } {
33- border-left : 1px solid ${ schemePalette ( '--article -border' ) } ;
34- border-right : 1px solid ${ schemePalette ( '--article -border' ) } ;
33+ border-left : 1px solid ${ schemePalette ( '--section -border' ) } ;
34+ border-right : 1px solid ${ schemePalette ( '--section -border' ) } ;
3535 }
3636` ;
3737
You can’t perform that action at this time.
0 commit comments