PluginProbe
Simple Analytics / 1.102
Simple Analytics v1.102
1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 1.91 All 98 releases
← All changes | build/css/settings.css +149 -162 1.1071.102 View file →
@@ -1,116 +1,8 @@
1 1 @import url(https://fonts.bunny.net/css?family=space-grotesk:500,600);
2 2
3 -*, ::before, ::after{
4 - --tw-border-spacing-x: 0;
5 - --tw-border-spacing-y: 0;
6 - --tw-translate-x: 0;
7 - --tw-translate-y: 0;
8 - --tw-rotate: 0;
9 - --tw-skew-x: 0;
10 - --tw-skew-y: 0;
11 - --tw-scale-x: 1;
12 - --tw-scale-y: 1;
13 - --tw-pan-x: ;
14 - --tw-pan-y: ;
15 - --tw-pinch-zoom: ;
16 - --tw-scroll-snap-strictness: proximity;
17 - --tw-gradient-from-position: ;
18 - --tw-gradient-via-position: ;
19 - --tw-gradient-to-position: ;
20 - --tw-ordinal: ;
21 - --tw-slashed-zero: ;
22 - --tw-numeric-figure: ;
23 - --tw-numeric-spacing: ;
24 - --tw-numeric-fraction: ;
25 - --tw-ring-inset: ;
26 - --tw-ring-offset-width: 0px;
27 - --tw-ring-offset-color: #fff;
28 - --tw-ring-color: rgb(59 130 246 / 0.5);
29 - --tw-ring-offset-shadow: 0 0 #0000;
30 - --tw-ring-shadow: 0 0 #0000;
31 - --tw-shadow: 0 0 #0000;
32 - --tw-shadow-colored: 0 0 #0000;
33 - --tw-blur: ;
34 - --tw-brightness: ;
35 - --tw-contrast: ;
36 - --tw-grayscale: ;
37 - --tw-hue-rotate: ;
38 - --tw-invert: ;
39 - --tw-saturate: ;
40 - --tw-sepia: ;
41 - --tw-drop-shadow: ;
42 - --tw-backdrop-blur: ;
43 - --tw-backdrop-brightness: ;
44 - --tw-backdrop-contrast: ;
45 - --tw-backdrop-grayscale: ;
46 - --tw-backdrop-hue-rotate: ;
47 - --tw-backdrop-invert: ;
48 - --tw-backdrop-opacity: ;
49 - --tw-backdrop-saturate: ;
50 - --tw-backdrop-sepia: ;
51 - --tw-contain-size: ;
52 - --tw-contain-layout: ;
53 - --tw-contain-paint: ;
54 - --tw-contain-style: ;
55 -}
56 -
57 -::backdrop{
58 - --tw-border-spacing-x: 0;
59 - --tw-border-spacing-y: 0;
60 - --tw-translate-x: 0;
61 - --tw-translate-y: 0;
62 - --tw-rotate: 0;
63 - --tw-skew-x: 0;
64 - --tw-skew-y: 0;
65 - --tw-scale-x: 1;
66 - --tw-scale-y: 1;
67 - --tw-pan-x: ;
68 - --tw-pan-y: ;
69 - --tw-pinch-zoom: ;
70 - --tw-scroll-snap-strictness: proximity;
71 - --tw-gradient-from-position: ;
72 - --tw-gradient-via-position: ;
73 - --tw-gradient-to-position: ;
74 - --tw-ordinal: ;
75 - --tw-slashed-zero: ;
76 - --tw-numeric-figure: ;
77 - --tw-numeric-spacing: ;
78 - --tw-numeric-fraction: ;
79 - --tw-ring-inset: ;
80 - --tw-ring-offset-width: 0px;
81 - --tw-ring-offset-color: #fff;
82 - --tw-ring-color: rgb(59 130 246 / 0.5);
83 - --tw-ring-offset-shadow: 0 0 #0000;
84 - --tw-ring-shadow: 0 0 #0000;
85 - --tw-shadow: 0 0 #0000;
86 - --tw-shadow-colored: 0 0 #0000;
87 - --tw-blur: ;
88 - --tw-brightness: ;
89 - --tw-contrast: ;
90 - --tw-grayscale: ;
91 - --tw-hue-rotate: ;
92 - --tw-invert: ;
93 - --tw-saturate: ;
94 - --tw-sepia: ;
95 - --tw-drop-shadow: ;
96 - --tw-backdrop-blur: ;
97 - --tw-backdrop-brightness: ;
98 - --tw-backdrop-contrast: ;
99 - --tw-backdrop-grayscale: ;
100 - --tw-backdrop-hue-rotate: ;
101 - --tw-backdrop-invert: ;
102 - --tw-backdrop-opacity: ;
103 - --tw-backdrop-saturate: ;
104 - --tw-backdrop-sepia: ;
105 - --tw-contain-size: ;
106 - --tw-contain-layout: ;
107 - --tw-contain-paint: ;
108 - --tw-contain-style: ;
109 -}
110 -
111 3 /*
112 -! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
4 +! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
113 5 */
114 6
115 7 /*
116 8 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
@@ -551,13 +443,13 @@
551 443 }
552 444
553 445 /* Make elements with the HTML hidden attribute stay hidden by default */
554 446
555 -[hidden]:where(:not([hidden="until-found"])) {
447 +[hidden] {
556 448 display: none;
557 449 }
558 450
559 -input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
451 +[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
560 452 -webkit-appearance: none;
561 453 -moz-appearance: none;
562 454 appearance: none;
563 455 background-color: #fff;
@@ -572,9 +464,9 @@
572 464 line-height: 1.5rem;
573 465 --tw-shadow: 0 0 #0000;
574 466 }
575 467
576 -input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
468 +[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
577 469 outline: 2px solid transparent;
578 470 outline-offset: 2px;
579 471 --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
580 472 --tw-ring-offset-width: 0px;
@@ -623,9 +515,9 @@
623 515 -webkit-print-color-adjust: exact;
624 516 print-color-adjust: exact;
625 517 }
626 518
627 -select:where([multiple]),select:where([size]:not([size="1"])){
519 +[multiple],[size]:where(select:not([size="1"])){
628 520 background-image: initial;
629 521 background-position: initial;
630 522 background-repeat: unset;
631 523 background-size: initial;
@@ -633,9 +525,9 @@
633 525 -webkit-print-color-adjust: unset;
634 526 print-color-adjust: unset;
635 527 }
636 528
637 -input:where([type='checkbox']),input:where([type='radio']){
529 +[type='checkbox'],[type='radio']{
638 530 -webkit-appearance: none;
639 531 -moz-appearance: none;
640 532 appearance: none;
641 533 padding: 0;
@@ -656,17 +548,17 @@
656 548 border-width: 1px;
657 549 --tw-shadow: 0 0 #0000;
658 550 }
659 551
660 -input:where([type='checkbox']){
552 +[type='checkbox']{
661 553 border-radius: 0px;
662 554 }
663 555
664 -input:where([type='radio']){
556 +[type='radio']{
665 557 border-radius: 100%;
666 558 }
667 559
668 -input:where([type='checkbox']):focus,input:where([type='radio']):focus{
560 +[type='checkbox']:focus,[type='radio']:focus{
669 561 outline: 2px solid transparent;
670 562 outline-offset: 2px;
671 563 --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
672 564 --tw-ring-offset-width: 2px;
@@ -676,9 +568,9 @@
676 568 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
677 569 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
678 570 }
679 571
680 -input:where([type='checkbox']):checked,input:where([type='radio']):checked{
572 +[type='checkbox']:checked,[type='radio']:checked{
681 573 border-color: transparent;
682 574 background-color: currentColor;
683 575 background-size: 100% 100%;
684 576 background-position: center;
@@ -684,14 +576,14 @@
684 576 background-position: center;
685 577 background-repeat: no-repeat;
686 578 }
687 579
688 -input:where([type='checkbox']):checked{
580 +[type='checkbox']:checked{
689 581 background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
690 582 }
691 583
692 584 @media (forced-colors: active) {
693 - input:where([type='checkbox']):checked{
585 + [type='checkbox']:checked{
694 586 -webkit-appearance: auto;
695 587 -moz-appearance: auto;
696 588 appearance: auto;
697 589 }
@@ -696,14 +588,14 @@
696 588 appearance: auto;
697 589 }
698 590 }
699 591
700 -input:where([type='radio']):checked{
592 +[type='radio']:checked{
701 593 background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
702 594 }
703 595
704 596 @media (forced-colors: active) {
705 - input:where([type='radio']):checked{
597 + [type='radio']:checked{
706 598 -webkit-appearance: auto;
707 599 -moz-appearance: auto;
708 600 appearance: auto;
709 601 }
@@ -708,14 +600,14 @@
708 600 appearance: auto;
709 601 }
710 602 }
711 603
712 -input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
604 +[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
713 605 border-color: transparent;
714 606 background-color: currentColor;
715 607 }
716 608
717 -input:where([type='checkbox']):indeterminate{
609 +[type='checkbox']:indeterminate{
718 610 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
719 611 border-color: transparent;
720 612 background-color: currentColor;
721 613 background-size: 100% 100%;
@@ -723,9 +615,9 @@
723 615 background-repeat: no-repeat;
724 616 }
725 617
726 618 @media (forced-colors: active) {
727 - input:where([type='checkbox']):indeterminate{
619 + [type='checkbox']:indeterminate{
728 620 -webkit-appearance: auto;
729 621 -moz-appearance: auto;
730 622 appearance: auto;
731 623 }
@@ -730,14 +622,14 @@
730 622 appearance: auto;
731 623 }
732 624 }
733 625
734 -input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
626 +[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
735 627 border-color: transparent;
736 628 background-color: currentColor;
737 629 }
738 630
739 -input:where([type='file']){
631 +[type='file']{
740 632 background: unset;
741 633 border-color: inherit;
742 634 border-width: 0;
743 635 border-radius: 0;
@@ -745,13 +637,121 @@
745 637 font-size: unset;
746 638 line-height: inherit;
747 639 }
748 640
749 -input:where([type='file']):focus{
641 +[type='file']:focus{
750 642 outline: 1px solid ButtonText;
751 643 outline: 1px auto -webkit-focus-ring-color;
752 644 }
753 645
646 +*, ::before, ::after{
647 + --tw-border-spacing-x: 0;
648 + --tw-border-spacing-y: 0;
649 + --tw-translate-x: 0;
650 + --tw-translate-y: 0;
651 + --tw-rotate: 0;
652 + --tw-skew-x: 0;
653 + --tw-skew-y: 0;
654 + --tw-scale-x: 1;
655 + --tw-scale-y: 1;
656 + --tw-pan-x: ;
657 + --tw-pan-y: ;
658 + --tw-pinch-zoom: ;
659 + --tw-scroll-snap-strictness: proximity;
660 + --tw-gradient-from-position: ;
661 + --tw-gradient-via-position: ;
662 + --tw-gradient-to-position: ;
663 + --tw-ordinal: ;
664 + --tw-slashed-zero: ;
665 + --tw-numeric-figure: ;
666 + --tw-numeric-spacing: ;
667 + --tw-numeric-fraction: ;
668 + --tw-ring-inset: ;
669 + --tw-ring-offset-width: 0px;
670 + --tw-ring-offset-color: #fff;
671 + --tw-ring-color: rgb(59 130 246 / 0.5);
672 + --tw-ring-offset-shadow: 0 0 #0000;
673 + --tw-ring-shadow: 0 0 #0000;
674 + --tw-shadow: 0 0 #0000;
675 + --tw-shadow-colored: 0 0 #0000;
676 + --tw-blur: ;
677 + --tw-brightness: ;
678 + --tw-contrast: ;
679 + --tw-grayscale: ;
680 + --tw-hue-rotate: ;
681 + --tw-invert: ;
682 + --tw-saturate: ;
683 + --tw-sepia: ;
684 + --tw-drop-shadow: ;
685 + --tw-backdrop-blur: ;
686 + --tw-backdrop-brightness: ;
687 + --tw-backdrop-contrast: ;
688 + --tw-backdrop-grayscale: ;
689 + --tw-backdrop-hue-rotate: ;
690 + --tw-backdrop-invert: ;
691 + --tw-backdrop-opacity: ;
692 + --tw-backdrop-saturate: ;
693 + --tw-backdrop-sepia: ;
694 + --tw-contain-size: ;
695 + --tw-contain-layout: ;
696 + --tw-contain-paint: ;
697 + --tw-contain-style: ;
698 +}
699 +
700 +::backdrop{
701 + --tw-border-spacing-x: 0;
702 + --tw-border-spacing-y: 0;
703 + --tw-translate-x: 0;
704 + --tw-translate-y: 0;
705 + --tw-rotate: 0;
706 + --tw-skew-x: 0;
707 + --tw-skew-y: 0;
708 + --tw-scale-x: 1;
709 + --tw-scale-y: 1;
710 + --tw-pan-x: ;
711 + --tw-pan-y: ;
712 + --tw-pinch-zoom: ;
713 + --tw-scroll-snap-strictness: proximity;
714 + --tw-gradient-from-position: ;
715 + --tw-gradient-via-position: ;
716 + --tw-gradient-to-position: ;
717 + --tw-ordinal: ;
718 + --tw-slashed-zero: ;
719 + --tw-numeric-figure: ;
720 + --tw-numeric-spacing: ;
721 + --tw-numeric-fraction: ;
722 + --tw-ring-inset: ;
723 + --tw-ring-offset-width: 0px;
724 + --tw-ring-offset-color: #fff;
725 + --tw-ring-color: rgb(59 130 246 / 0.5);
726 + --tw-ring-offset-shadow: 0 0 #0000;
727 + --tw-ring-shadow: 0 0 #0000;
728 + --tw-shadow: 0 0 #0000;
729 + --tw-shadow-colored: 0 0 #0000;
730 + --tw-blur: ;
731 + --tw-brightness: ;
732 + --tw-contrast: ;
733 + --tw-grayscale: ;
734 + --tw-hue-rotate: ;
735 + --tw-invert: ;
736 + --tw-saturate: ;
737 + --tw-sepia: ;
738 + --tw-drop-shadow: ;
739 + --tw-backdrop-blur: ;
740 + --tw-backdrop-brightness: ;
741 + --tw-backdrop-contrast: ;
742 + --tw-backdrop-grayscale: ;
743 + --tw-backdrop-hue-rotate: ;
744 + --tw-backdrop-invert: ;
745 + --tw-backdrop-opacity: ;
746 + --tw-backdrop-saturate: ;
747 + --tw-backdrop-sepia: ;
748 + --tw-contain-size: ;
749 + --tw-contain-layout: ;
750 + --tw-contain-paint: ;
751 + --tw-contain-style: ;
752 +}
753 +
754 754 .static{
755 755 position: static;
756 756 }
757 757
@@ -767,12 +767,8 @@
767 767 .-mb-px{
768 768 margin-bottom: -1px;
769 769 }
770 770
771 -.mb-7{
772 - margin-bottom: 1.75rem;
773 -}
774 -
775 771 .ml-2\.5{
776 772 margin-left: 0.625rem;
777 773 }
778 774
@@ -949,9 +945,9 @@
949 945 }
950 946
951 947 .border-gray-300{
952 948 --tw-border-opacity: 1;
953 - border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
949 + border-color: rgb(209 213 219 / var(--tw-border-opacity));
954 950 }
955 951
956 952 .border-gray-900\/10{
957 953 border-color: rgb(17 24 39 / 0.1);
@@ -958,9 +954,9 @@
958 954 }
959 955
960 956 .border-primary{
961 957 --tw-border-opacity: 1;
962 - border-color: rgb(255 79 100 / var(--tw-border-opacity, 1));
958 + border-color: rgb(255 79 100 / var(--tw-border-opacity));
963 959 }
964 960
965 961 .border-transparent{
966 962 border-color: transparent;
@@ -967,24 +963,24 @@
967 963 }
968 964
969 965 .bg-blue-50{
970 966 --tw-bg-opacity: 1;
971 - background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
967 + background-color: rgb(239 246 255 / var(--tw-bg-opacity));
972 968 }
973 969
974 970 .bg-primary{
975 971 --tw-bg-opacity: 1;
976 - background-color: rgb(255 79 100 / var(--tw-bg-opacity, 1));
972 + background-color: rgb(255 79 100 / var(--tw-bg-opacity));
977 973 }
978 974
979 975 .bg-primaryBg{
980 976 --tw-bg-opacity: 1;
981 - background-color: rgb(238 249 255 / var(--tw-bg-opacity, 1));
977 + background-color: rgb(238 249 255 / var(--tw-bg-opacity));
982 978 }
983 979
984 980 .bg-white{
985 981 --tw-bg-opacity: 1;
986 - background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
982 + background-color: rgb(255 255 255 / var(--tw-bg-opacity));
987 983 }
988 984
989 985 .p-4{
990 986 padding: 1rem;
@@ -1070,44 +1066,39 @@
1070 1066 }
1071 1067
1072 1068 .text-blue-400{
1073 1069 --tw-text-opacity: 1;
1074 - color: rgb(96 165 250 / var(--tw-text-opacity, 1));
1070 + color: rgb(96 165 250 / var(--tw-text-opacity));
1075 1071 }
1076 1072
1077 1073 .text-blue-700{
1078 1074 --tw-text-opacity: 1;
1079 - color: rgb(29 78 216 / var(--tw-text-opacity, 1));
1075 + color: rgb(29 78 216 / var(--tw-text-opacity));
1080 1076 }
1081 1077
1082 1078 .text-gray-500{
1083 1079 --tw-text-opacity: 1;
1084 - color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1080 + color: rgb(107 114 128 / var(--tw-text-opacity));
1085 1081 }
1086 1082
1087 -.text-gray-700{
1088 - --tw-text-opacity: 1;
1089 - color: rgb(55 65 81 / var(--tw-text-opacity, 1));
1090 -}
1091 -
1092 1083 .text-gray-900{
1093 1084 --tw-text-opacity: 1;
1094 - color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1085 + color: rgb(17 24 39 / var(--tw-text-opacity));
1095 1086 }
1096 1087
1097 1088 .text-littleMuted{
1098 1089 --tw-text-opacity: 1;
1099 - color: rgb(104 121 123 / var(--tw-text-opacity, 1));
1090 + color: rgb(104 121 123 / var(--tw-text-opacity));
1100 1091 }
1101 1092
1102 1093 .text-primary{
1103 1094 --tw-text-opacity: 1;
1104 - color: rgb(255 79 100 / var(--tw-text-opacity, 1));
1095 + color: rgb(255 79 100 / var(--tw-text-opacity));
1105 1096 }
1106 1097
1107 1098 .text-white{
1108 1099 --tw-text-opacity: 1;
1109 - color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1100 + color: rgb(255 255 255 / var(--tw-text-opacity));
1110 1101 }
1111 1102
1112 1103 .shadow-sm{
1113 1104 --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
@@ -1126,9 +1117,9 @@
1126 1117 }
1127 1118
1128 1119 .ring-gray-300{
1129 1120 --tw-ring-opacity: 1;
1130 - --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
1121 + --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
1131 1122 }
1132 1123
1133 1124 .filter{
1134 1125 filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -1135,40 +1126,36 @@
1135 1126 }
1136 1127
1137 1128 .placeholder\:text-gray-400::-moz-placeholder{
1138 1129 --tw-text-opacity: 1;
1139 - color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1130 + color: rgb(156 163 175 / var(--tw-text-opacity));
1140 1131 }
1141 1132
1142 1133 .placeholder\:text-gray-400::placeholder{
1143 1134 --tw-text-opacity: 1;
1144 - color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1135 + color: rgb(156 163 175 / var(--tw-text-opacity));
1145 1136 }
1146 1137
1147 1138 .hover\:border-gray-300:hover{
1148 1139 --tw-border-opacity: 1;
1149 - border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1140 + border-color: rgb(209 213 219 / var(--tw-border-opacity));
1150 1141 }
1151 1142
1152 1143 .hover\:bg-gray-50:hover{
1153 1144 --tw-bg-opacity: 1;
1154 - background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1145 + background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1155 1146 }
1156 1147
1157 1148 .hover\:bg-red-500:hover{
1158 1149 --tw-bg-opacity: 1;
1159 - background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
1150 + background-color: rgb(239 68 68 / var(--tw-bg-opacity));
1160 1151 }
1161 1152
1162 1153 .hover\:text-gray-700:hover{
1163 1154 --tw-text-opacity: 1;
1164 - color: rgb(55 65 81 / var(--tw-text-opacity, 1));
1155 + color: rgb(55 65 81 / var(--tw-text-opacity));
1165 1156 }
1166 1157
1167 -.hover\:underline:hover{
1168 - text-decoration-line: underline;
1169 -}
1170 -
1171 1158 .focus\:ring-2:focus{
1172 1159 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1173 1160 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1174 1161 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
@@ -1179,9 +1166,9 @@
1179 1166 }
1180 1167
1181 1168 .focus\:ring-primary:focus{
1182 1169 --tw-ring-opacity: 1;
1183 - --tw-ring-color: rgb(255 79 100 / var(--tw-ring-opacity, 1));
1170 + --tw-ring-color: rgb(255 79 100 / var(--tw-ring-opacity));
1184 1171 }
1185 1172
1186 1173 .focus-visible\:outline:focus-visible{
1187 1174 outline-style: solid;