Skip to content

Commit 9986270

Browse files
committed
Syntax highlight
1 parent a737655 commit 9986270

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

_sass/components/_rich.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $bullet-space-rich: 40px !default;
1111

1212
pre {
1313
padding: 10px;
14-
background-color: black;
14+
background-color: rgba(0,0,0,0.8);
1515
color: white;
1616
padding: 10px 15px;
1717
overflow: auto;

patterns-sync.command

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ git -C _sass/libraries/patterns pull
1212
git -C _layouts/patterns checkout master
1313
git -C _layouts/patterns pull
1414

15+
git -C code checkout master
16+
git -C code pull
17+
1518
git -C _data/patterns commit -a -m "Update patterns"
1619
git -C _data/patterns push
1720
git -C _includes/patterns commit -a -m "Update patterns"
@@ -20,4 +23,6 @@ git -C _sass/libraries/patterns commit -a -m "Update patterns"
2023
git -C _sass/libraries/patterns push
2124
git -C _layouts/patterns commit -a -m "Update patterns"
2225
git -C _layouts/patterns push
26+
git -C code commit -a -m "Update patterns"
27+
git -C code push
2328

0 commit comments

Comments
 (0)