File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2424}
2525
2626.header-shade {
27+ background-color : transparent;
2728content : "" ;
2829display : block;
2930position : absolute;
4243background-color : rgba (var (--header-shade-color ), var (--header-shade-opacity ));
4344}
4445
46+ .is-header-shade-style-scroll .header-shade {
47+ transition : background-color var (--animation-speed-slow ) ease-in-out;
48+ animation : none;
49+ }
50+
4551.header-area {
4652padding : calc (var (--gutter ) * var (--layout-padding-multiplier ));
4753position : relative;
6066border-radius : calc (var (--theme-radius ) * 4 );
6167}
6268
63- .is-header-shade-style-scroll .header-area {
64- transition : background-color var (--animation-speed-slow ) ease-in-out;
65- animation : none;
66- }
67-
6869.is-header-search-text-align-left .header-search-input {
6970text-align : left;
7071}
Original file line number Diff line number Diff line change 11var version = ( function ( ) {
22
33// version is normally bumped when the state needs changing or any new functionality is added
4- var current = "3.9.1 " ;
4+ var current = "3.9.2 " ;
55
66var compare = function ( a , b ) {
77var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments