Skip to content

Commit f7df5bb

Browse files
committed
Changed titles color to blue.
1 parent ac0e8c7 commit f7df5bb

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

dist/css/demo.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@ body {
348348
a {
349349
color: #0099cc;
350350
}
351+
h1,
352+
h2,
353+
h3,
354+
h4 {
355+
color: #2072a7;
356+
}
351357
.demo-links > div {
352358
display: inline-block;
353359
margin: 10px 0 20px 30px;

less/demo.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ body{
1313
a{
1414
color: #0099cc;
1515
}
16+
h1,h2,h3,h4{
17+
color: #2072a7;
18+
}
1619
.demo-links{
1720
>div {
1821
display: inline-block;

0 commit comments

Comments
 (0)