Skip to content

Commit 1674ba9

Browse files
Fix Callout
1 parent 85f141d commit 1674ba9

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

_config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,29 @@ exclude:
2424
- Gemfile
2525
- Gemfile.lock
2626
- .vscode
27+
28+
callouts:
29+
warning:
30+
title: Warning
31+
color: yellow
32+
hint:
33+
title: Hint
34+
color: grey-lt
35+
important:
36+
title: Important
37+
color: green
38+
note:
39+
title: Note
40+
color: grey-dk
41+
tip:
42+
title: Tip
43+
color: blue
44+
caution:
45+
title: Caution
46+
color: red
47+
error:
48+
title: Error
49+
color: pink
50+
attention:
51+
title: Attention
52+
color: purple

_sass/custom/setup.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$pink-000: #f77ef1;
2+
$pink-100: #f967f1;
3+
$pink-200: #e94ee1;
4+
$pink-300: #dd2cd4;

rfsoc-pynq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ However, for package installation including [`RFSoC-MTS`](https://github.com/Xil
2525

2626
Here is a working method to enable internet access on PYNQ used by me.
2727

28-
{: .callout .callout-warning }
28+
{: .warning }
2929
> Use at your own risk. Different systems and network environments may require different settings.
3030
3131
### Prerequisites

0 commit comments

Comments
 (0)