Skip to content

Commit 1ba0a73

Browse files
committed
docs: add playground
1 parent 1ac3074 commit 1ba0a73

File tree

5 files changed

+686
-185
lines changed

5 files changed

+686
-185
lines changed

demo/index.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@ a:visited {
3838
}
3939
}
4040

41+
.banner {
42+
display: inline-block;
43+
padding: 8px 16px;
44+
border-radius: 4px;
45+
background: #000;
46+
color: #fff;
47+
cursor: pointer;
48+
49+
&:hover {
50+
background: #333;
51+
text-decoration: underline;
52+
}
53+
}
54+
4155
blockquote {
4256
margin: 0 0 1em;
4357
line-height: 24px;

0 commit comments

Comments
 (0)