Skip to content

Commit d4d0ef8

Browse files
authored
Add files via upload
1 parent 5ad186d commit d4d0ef8

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
body {
2+
background: #fafafa;
3+
color: #333333;
4+
margin-top: 5rem;
5+
}
6+
7+
h1, h2, h3, h4, h5, h6 {
8+
color: #444444;
9+
}
10+
11+
.bg-steel {
12+
background-color: #5f788a;
13+
}
14+
15+
.site-header .navbar-nav .nav-link {
16+
color: #cbd5db;
17+
}
18+
19+
.site-header .navbar-nav .nav-link:hover {
20+
color: #ffffff;
21+
}
22+
23+
.site-header .navbar-nav .nav-link.active {
24+
font-weight: 500;
25+
}
26+
27+
.content-section {
28+
background: #ffffff;
29+
padding: 10px 20px;
30+
border: 1px solid #dddddd;
31+
border-radius: 3px;
32+
margin-bottom: 20px;
33+
}
34+
35+
.article-title {
36+
color: #444444;
37+
}
38+
39+
a.article-title:hover {
40+
color: #428bca;
41+
text-decoration: none;
42+
}
43+
44+
.article-content {
45+
white-space: pre-line;
46+
}
47+
48+
.article-img {
49+
height: 65px;
50+
width: 65px;
51+
margin-right: 16px;
52+
}
53+
54+
.article-metadata {
55+
padding-bottom: 1px;
56+
margin-bottom: 4px;
57+
border-bottom: 1px solid #e3e3e3
58+
}
59+
60+
.article-metadata a:hover {
61+
color: #333;
62+
text-decoration: none;
63+
}
64+
65+
.article-svg {
66+
width: 25px;
67+
height: 25px;
68+
vertical-align: middle;
69+
}
70+
71+
.account-img {
72+
height: 125px;
73+
width: 125px;
74+
margin-right: 20px;
75+
margin-bottom: 16px;
76+
}
77+
78+
.account-heading {
79+
font-size: 2.5rem;
80+
}

0 commit comments

Comments
 (0)