File tree Expand file tree Collapse file tree 10 files changed +39
-37
lines changed
Expand file tree Collapse file tree 10 files changed +39
-37
lines changed Original file line number Diff line number Diff line change 3232 box-shadow : 0 4px 6px -1px rgb (0 0 0 / 0.1 );
3333 padding : 1rem ;
3434 height : fit-content;
35- transition : transform 0.2s ease, box-shadow 0.2s ease;
35+ transition :
36+ transform 0.2s ease,
37+ box-shadow 0.2s ease;
3638 background : var (--background );
3739
3840 & : hover {
7880 .letter p {
7981 font-size : clamp (2rem , 4vw , 3rem ) !important ;
8082 }
81- }
83+ }
Original file line number Diff line number Diff line change 99 margin-inline : 5rem ;
1010 padding : 1rem ;
1111 outline-offset : 0.5rem ;
12- }
12+ }
Original file line number Diff line number Diff line change 1616 color : var (--letter__txt--2 );
1717 transition : color 0.5s ease-in;
1818 }
19- }
19+ }
Original file line number Diff line number Diff line change 88 --header-height : 80px ;
99 --sidebar-width : 16ch ;
1010 --timing : 0.42s ;
11- --ease : linear (0 0% ,
12- 0.0036 9.62% ,
13- 0.0185 16.66% ,
14- 0.0489 23.03% ,
15- 0.0962 28.86% ,
16- 0.1705 34.93% ,
17- 0.269 40.66% ,
18- 0.3867 45.89% ,
19- 0.5833 52.95% ,
20- 0.683 57.05% ,
21- 0.7829 62.14% ,
22- 0.8621 67.46% ,
23- 0.8991 70.68% ,
24- 0.9299 74.03% ,
25- 0.9545 77.52% ,
26- 0.9735 81.21% ,
27- 0.9865 85% ,
28- 0.9949 89.15% ,
29- 1 100% );
11+ --ease : linear (
12+ 0 0% ,
13+ 0.0036 9.62% ,
14+ 0.0185 16.66% ,
15+ 0.0489 23.03% ,
16+ 0.0962 28.86% ,
17+ 0.1705 34.93% ,
18+ 0.269 40.66% ,
19+ 0.3867 45.89% ,
20+ 0.5833 52.95% ,
21+ 0.683 57.05% ,
22+ 0.7829 62.14% ,
23+ 0.8621 67.46% ,
24+ 0.8991 70.68% ,
25+ 0.9299 74.03% ,
26+ 0.9545 77.52% ,
27+ 0.9735 81.21% ,
28+ 0.9865 85% ,
29+ 0.9949 89.15% ,
30+ 1 100%
31+ );
3032 --sidebar-collapsed : 4rem ;
3133 --sidebar-expanded : 16ch ;
3234 --icon-size : 1.5rem ;
471473 [data-debug = "false" ] .debug-toggle g : first-of-type {
472474 display : block;
473475 }
474- }
476+ }
Original file line number Diff line number Diff line change 5050 background : var (--primary );
5151 }
5252
53- & input [type = "radio" ]: focus-visible + .icon {
53+ & input [type = "radio" ]: focus-visible + .icon {
5454 outline : 2px solid var (--primary );
5555 outline-offset : 2px ;
5656 border-radius : 0.25rem ;
5757 }
5858
59- & input [type = "radio" ]: checked + .icon {
59+ & input [type = "radio" ]: checked + .icon {
6060 color : white;
6161 background : var (--primary );
6262 border-radius : 0.25rem ;
7979 display : none;
8080 }
8181
82- & input [type = "radio" ]: checked + .icon {
82+ & input [type = "radio" ]: checked + .icon {
8383 color : white;
8484 }
8585
230230 & .panel__cell : nth-child (10 ) {
231231 --ry : 360deg ;
232232 }
233-
234- }
233+ }
Original file line number Diff line number Diff line change 6969 cursor : pointer;
7070}
7171
72- .speaker > span {
72+ .speaker > span {
7373 padding : 0.5rem ;
7474 border : 1px solid grey;
7575}
8888 .mute-button {
8989 font-size : min (2.5rem , 8vw );
9090 }
91- }
91+ }
Original file line number Diff line number Diff line change 3939 margin-inline : 0.5rem ;
4040 }
4141
42- & .button--group > button {
42+ & .button--group > button {
4343 font-size : 1rem ;
4444 background-color : var (--button__bg--1 );
4545 text-align : center;
127127 margin : 0 auto;
128128 }
129129 }
130-
131- }
130+ }
Original file line number Diff line number Diff line change 6161 50% {
6262 border-color : transparent;
6363 }
64- }
64+ }
Original file line number Diff line number Diff line change 3838 & # hindi {
3939 scroll-margin-top : calc (var (--header-height ) + 80px );
4040 }
41- }
41+ }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ const {
1313<div class =" letter" >
1414 <p class =" character" >{ letter } </p >
1515 <p data-id =" tgt" class =" code" title =" Click to copy" >{ code } </p >
16- </div >
16+ </div >
You can’t perform that action at this time.
0 commit comments