File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
packages/uikit-workshop/src/sass/scss Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ $pl-color-gray-07: #eee;
1414$pl-color-gray-13 : #ddd ;
1515$pl-color-gray-20 : #ccc ;
1616$pl-color-gray-50 : #808080 ;
17+ $pl-color-gray-55 : #737373 ;
1718$pl-color-gray-70 : #4d4c4c ;
1819$pl-color-gray-87 : #222 ;
1920$pl-color-black : #000 ;
Original file line number Diff line number Diff line change 2424 padding : 0.5rem 0 0 ;
2525 line-height : 1.3 ;
2626 font-size : 90% ;
27- color : $pl-color-gray-50 ;
27+ color : $pl-color-gray-55 ;
2828
2929 & :empty {
3030 padding : 0 ;
5252 display : inline-flex ; /* 1 */
5353 align-items : center ; /* 1 */
5454 padding : $pl-pad 0 0.3rem ;
55- color : $pl-color-gray-50 !important ;
55+ color : $pl-color-gray-55 !important ;
5656 text-decoration : none ;
5757 cursor : pointer ;
5858
7373 right : 0 ;
7474 z-index : 1 ;
7575 padding : 0.4rem 0.5rem ;
76- color : $pl-color-gray-50 ;
76+ color : $pl-color-gray-55 ;
7777 background-color : transparent ;
7878 cursor : pointer ;
7979 font-weight : normal ;
Original file line number Diff line number Diff line change 4242 padding : 0.2rem 0.4rem ;
4343 border : 1px solid transparent ;
4444 border-radius : $pl-border-radius-med ;
45- color : $pl-color-gray-50 ;
45+ color : $pl-color-gray-55 ;
4646 background-color : $pl-color-white ;
4747 cursor : pointer ;
4848 text-decoration : none ;
Original file line number Diff line number Diff line change 2323 * Link within the text passage
2424 */
2525 a {
26- color : $pl-color-gray-50 ;
26+ color : $pl-color-gray-55 ;
2727 text-decoration : underline ;
2828 transition : opacity $pl-animate-quick ease ;
2929
You can’t perform that action at this time.
0 commit comments