File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,11 @@ html {
4848
4949body {
5050 background-color : var (--color-background );
51+ font-size : 1.2rem ;
5152}
5253
5354h1 {
54- font-size : 3.5 rem ;
55+ font-size : 2.8 rem ;
5556 line-height : 5.25rem ;
5657 margin-bottom : 1rem ;
5758}
6768}
6869
6970h3 {
70- font-size : 1.2 rem ;
71+ font-size : 1.6 rem ;
7172}
7273
7374p {
74- font-size : 1rem ;
7575 line-height : 1.5rem ;
7676}
7777
@@ -450,12 +450,6 @@ footer .onion img {
450450 font-size : small;
451451}
452452
453- /* Restore numbering for ordered lists */
454- ol {
455- list-style-type : decimal;
456- margin-left : 1.5em ;
457- padding-left : 1.5em ;
458- }
459453
460454.post-time {
461455 font-weight : bold;
@@ -500,11 +494,12 @@ ul,
500494ol {
501495 margin-top : 1rem ;
502496 margin-bottom : 1rem ;
503- padding -left: 1 rem ;
504- font-style : normal ;
505- font-weight : 400 ;
497+ margin -left: 1.5 em ;
498+ padding-left : 1.5 em ;
499+ line-height : 1.5 rem ;
506500}
507501
502+
508503/* Unordered list style */
509504ul li {
510505 list-style-type : disc;
You can’t perform that action at this time.
0 commit comments