File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $img-radius: 5px;
1515$text-color : gray ; // #111 !default;
1616$background-color : #fdfdfd !default ;
1717$brand-color : DodgerBlue ; // #2a7ae2 !default;
18- $post-color : darken (CornflowerBlue , 5 % ); // darken(LightSteelBlue, 40%);
18+ $post-color : SteelBlue ; // darken(CornflowerBlue, 15 %); //darken(LightSteelBlue, 40%);
1919
2020$grey-color : #828282 !default ;
2121$grey-color-light : lighten ($grey-color , 40% ) !default ;
Original file line number Diff line number Diff line change 4141 width : auto ;
4242
4343 .text {
44- background : PaleGoldenRod ;
45- padding : 1px 5px 1px 5px ;
44+ color : white ; // black;
45+ background : SandyBrown ; // PaleGoldenRod;
46+ padding : 2px 5px 2px 5px ;
4647 border-radius : 8px ;
4748 }
4849 }
Original file line number Diff line number Diff line change 2525
2626 .button {
2727 padding-left : 10px ;
28+ min-width : 60px ;
2829 }
2930
3031 // button state
3132 details {
3233 .button_on {
33- @extends .button ;
34- color : SlateGrey ;
34+ @extend .button ;
35+ color : DodgerBlue ;
3536 display : block ;
3637 }
3738 .button_off {
38- @extends .button ;
39+ @extend .button ;
3940 display : none ;
4041 }
4142 }
You can’t perform that action at this time.
0 commit comments