Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit 9809451

Browse files
author
Paweł Januszkiewicz
committed
change colors of headers and lists in main class
1 parent d6ce686 commit 9809451

File tree

3 files changed

+18
-39
lines changed

3 files changed

+18
-39
lines changed

dist/css/styles.css

+11-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/main/main.scss

+6-19
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,28 @@ $padding-vertical-lg: 70px;
2828
width: 100% !important;
2929
}
3030
}
31-
32-
h3 {
33-
margin-top: 0;
34-
font-size: 20px;
35-
color: #152530;
36-
margin-bottom: 40px;
37-
line-height: 1.7em;
38-
}
31+
3932

4033
h1, h2, h3, h4, h5, h6 {
34+
margin-bottom: 20px;
35+
// color: #152530;
36+
color: black;
4137
&:before {
4238
display: block;
4339
content: " ";
4440
margin-top: -70px;
4541
height: 70px;
46-
visibility: hidden;
42+
visibility: hidden;
4743
}
4844
}
4945

5046
p {
51-
5247
margin-bottom: 20px;
5348
color: black;
5449
}
5550

56-
h5 {
57-
58-
margin-bottom: 20px;
59-
color: #566772;
60-
font-weight: 700;
61-
color: #152530;
62-
}
63-
6451
ul {
65-
color: #45545F;
52+
color: black;
6653
margin-left: 0;
6754
padding-left: 1em;
6855

0 commit comments

Comments
 (0)