@@ -444,14 +444,14 @@ textarea{
444444}
445445
446446.dark-mode .shepherd-element .shepherd-content header .shepherd-title {
447- color : rgba ( 255 , 255 , 255 , 0.75 );
447+ color : hsla ( 0 deg , 0 % , 100 % , 0.75 );
448448 display : flex;
449449 flex : 1 0 auto;
450450 font-size : 1.1em ;
451451}
452452
453453.dark-mode .shepherd-element .shepherd-content header .shepherd-cancel-link {
454- color : rgba ( 255 , 255 , 255 , 0.75 );
454+ color : hsla ( 0 deg , 0 % , 100 % , 0.75 );
455455 font-size : 2em ;
456456 margin-left : auto;
457457 text-decoration : none;
@@ -463,18 +463,18 @@ textarea{
463463}
464464
465465.dark-mode .shepherd-element .shepherd-content header .shepherd-cancel-link : hover {
466- color : rgba ( 255 , 255 , 255 , 0.75 );
466+ color : hsla ( 0 deg , 0 % , 100 % , 0.75 );
467467}
468468
469469.dark-mode .shepherd-element .shepherd-content .shepherd-text {
470- color : rgba ( 255 , 255 , 255 , 0.75 );
470+ color : hsla ( 0 deg , 0 % , 100 % , 0.75 );
471471 line-height : 1.3em ;
472472 padding : 0.75em ;
473473}
474474
475475.dark-mode .shepherd-element .shepherd-content .shepherd-text a , .shepherd-element .shepherd-content .shepherd-text a : active , .shepherd-element .shepherd-content .shepherd-text a : visited {
476- border-bottom : 1px dotted rgba ( 255 , 255 , 255 , 0.75 );
477- color : rgba ( 255 , 255 , 255 , 0.75 );
476+ border-bottom : 1px dotted hsla ( 0 deg , 0 % , 100 % , 0.75 );
477+ color : hsla ( 0 deg , 0 % , 100 % , 0.75 );
478478 text-decoration : none;
479479}
480480
@@ -521,7 +521,7 @@ textarea{
521521 background : # 3288e6 ;
522522 border : 0 ;
523523 border-radius : 3px ;
524- color : rgba ( 255 , 255 , 255 , 0.75 );
524+ color : hsla ( 0 deg , 0 % , 100 % , 0.75 );
525525 cursor : pointer;
526526 font-family : inherit;
527527 font-size : 0.8em ;
0 commit comments