Skip to content

Commit ccb978d

Browse files
committed
Added Five Years of Rust post
1 parent 4f8ccb7 commit ccb978d

9 files changed

+497
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
/target/
23
**/*.rs.bk
34
site

posts/2020-05-15-five-years-of-rust.md

+474
Large diffs are not rendered by default.

src/styles/app.scss

+22
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,28 @@ body {
3232
}
3333
}
3434

35+
blockquote {
36+
font-style: italic;
37+
position: relative;
38+
background-color: lighten($gray, 78%);
39+
border-left: 8px solid lighten($gray, 60%);
40+
border-radius: 5px;
41+
margin: 0;
42+
margin-bottom: 2rem;
43+
padding: 2rem;
44+
45+
&:before {
46+
font-size: 4em;
47+
line-height: 0.1em;
48+
margin-right: 0.25em;
49+
vertical-align: -0.4em;
50+
}
51+
52+
p:last-of-type {
53+
margin-bottom: 0;
54+
}
55+
}
56+
3557
code {
3658
overflow: auto;
3759
}
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)