Skip to content

Commit f8afafa

Browse files
author
Filip Łukasik
committed
change typography tags to classes
1 parent c2aa2cb commit f8afafa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

scaladoc/resources/dotty_res/styles/typography.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
h700 {
1+
.h700 {
22
font-size: 52px;
33
line-height: 64px;
44
font-weight: 500;
55
}
66

7-
h600 {
7+
.h600 {
88
font-size: 40px;
99
line-height: 56px;
1010
font-weight: 700;
1111
}
1212

13-
h500 {
13+
.h500 {
1414
font-size: 32px;
1515
line-height: 40px;
1616
font-weight: 500;
1717
}
1818

19-
h400 {
19+
.h400 {
2020
font-size: 24px;
2121
line-height: 32px;
2222
font-weight: 500;
2323
}
2424

25-
h300 {
25+
.h300 {
2626
font-size: 20px;
2727
line-height: 24px;
2828
font-weight: 700;
2929
}
3030

31-
h200 {
31+
.h200 {
3232
font-size: 16px;
3333
line-height: 24px;
3434
font-weight: 500;
3535
}
3636

37-
h100 {
37+
.h100 {
3838
font-size: 13px;
3939
line-height: 16px;
4040
font-weight: 500;
4141
}
4242

43-
h50 {
43+
.h50 {
4444
font-size: 9px;
4545
line-height: 12px;
4646
font-weight: 600;
@@ -80,4 +80,4 @@ h50 {
8080
font-size: 13px;
8181
line-height: 20px;
8282
font-weight: 400;
83-
}
83+
}

0 commit comments

Comments
 (0)