Skip to content

Commit 7e4d0c5

Browse files
committed
add blockquote style
1 parent eb72001 commit 7e4d0c5

File tree

4 files changed

+154
-142
lines changed

4 files changed

+154
-142
lines changed

assets/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ pre {
4545
border-radius: 4px;
4646
}
4747

48+
blockquote {
49+
margin: 16px 0;
50+
padding: 1px 16px;
51+
color: #777;
52+
background-color: #eee8e8;
53+
border-left: 4px solid #ccc;
54+
line-height: 1.5em;
55+
}
56+
4857
.doc-entry:hover {
4958
background-color: hsla(190, 10%, 70%, 0.1);
5059
}

docs/guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## Guide
32

43
show you a demo:
@@ -21,3 +20,7 @@ fn main() -> i64 {
2120
1
2221
}
2322
```
23+
24+
> In 1984, while a graduate student in mathematics and in the relatively new Computer Science Department at the University of California at Berkeley, Fritz Kunze founded Franz, Inc. along with a few fellow students and one professor. Their mission was to commercialize a programming language known as Lisp (originally LISP for LISt Processor), which for a moment in time was the most widely used in the world for artificial intelligence and expert system applications.
25+
>
26+
> Lauren Kunze: Tell us about your background: where did you go to college, and what did you study?

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.5.28"
5+
"@calcit/procs": "^0.5.31"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.3",
99
"cirru-color": "^0.2.3",
1010
"github-markdown-css": "^5.1.0",
11-
"highlight.js": "^11.5.0",
11+
"highlight.js": "^11.5.1",
1212
"remarkable": "^2.0.1",
13-
"vite": "^2.9.1"
13+
"vite": "^2.9.5"
1414
}
1515
}

yarn.lock

Lines changed: 137 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)