Skip to content

Commit c64010a

Browse files
committed
remove blockquotes styling
1 parent d558b72 commit c64010a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

mkdocs_bs5/assets/scss/style.scss

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -128,30 +128,6 @@ a {
128128
}
129129
}
130130

131-
blockquote {
132-
padding: 10px 20px;
133-
margin: 0 0 20px;
134-
border: 0;
135-
border-left: 5px solid #eee;
136-
background-color: #FFF6D5;
137-
border-left-color: #F3E3AA;
138-
text-align: left;
139-
140-
p {
141-
&:before, &:after {
142-
display: none;
143-
}
144-
145-
&:last-child {
146-
margin: 0px;
147-
}
148-
}
149-
150-
a, a:visited {
151-
color: #0da58e;
152-
}
153-
}
154-
155131
kbd {
156132
background-color: #eee;
157133
border-radius: 3px;

0 commit comments

Comments
 (0)