File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 569
569
font-weight : normal;
570
570
}
571
571
.tw-block {
572
- font-size : 16 px ;
572
+ font-size : 22 px ;
573
573
line-height : 28px ;
574
574
color : # 222831 ;
575
575
margin-bottom : 0 ;
Original file line number Diff line number Diff line change 578
578
}
579
579
580
580
.tw-block {
581
- font-size : 16 px ;
581
+ font-size : 22 px ;
582
582
line-height : 28px ;
583
583
color : # fff ;
584
584
margin-bottom : 0 ;
Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no " />
7
7
8
8
< link rel ="stylesheet " href ="{% static 'css/styles.min.css' %} " />
9
- < link id ="mode " rel ="stylesheet " {% if request.COOKIES.mode == "dark " %} href ="{% static 'css/main.css' %} " {% else %}
10
- href ="{% static 'css/main-light .css' %} " {% endif %} />
9
+ < link id ="mode " rel ="stylesheet " {% if request.COOKIES.mode == "normal " %} href ="{% static 'css/main-light .css' %} " {% else %}
10
+ href ="{% static 'css/main.css' %} " {% endif %} />
11
11
< link rel ="icon "
12
12
href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📦</text></svg> ">
13
13
You can’t perform that action at this time.
0 commit comments