Skip to content

Commit 350e338

Browse files
author
jleveugle
committed
feat: improve headers
1 parent 7b7f101 commit 350e338

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/manager/apps/public-cloud/src/assets/theme/_typography.less

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,22 @@ h1 {
66
color: @text-color;
77
font-weight: 400;
88
}
9+
10+
h2 {
11+
font-size: 28px;
12+
line-height: 35px;
13+
color: @text-color;
14+
font-weight: normal;
15+
}
16+
17+
h3 {
18+
font-size: 20px;
19+
line-height: 25px;
20+
font-weight: bold;
21+
color: @text-color;
22+
}
23+
24+
p {
25+
color: rgb(77, 111, 146);
26+
line-height: 24px;
27+
}

0 commit comments

Comments
 (0)