change(css) highlight blockquotes
This commit is contained in:
parent
b451d8dd86
commit
ac87dd3e4a
11
morgan/css/shaarli.min.css
vendored
11
morgan/css/shaarli.min.css
vendored
@ -7956,6 +7956,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
.markdown *:first-child {
|
.markdown *:first-child {
|
||||||
margin-top: 0 !important
|
margin-top: 0 !important
|
||||||
}
|
}
|
||||||
|
.markdown blockquote {
|
||||||
|
font-family: "Geist Mono";
|
||||||
|
/* max-width: 600px; */
|
||||||
|
position: relative;
|
||||||
|
padding: .5rem;
|
||||||
|
border-style: double;
|
||||||
|
background-color: floralwhite;
|
||||||
|
border-radius: 10%;
|
||||||
|
box-shadow: 1px 3px 5px 0 #999;
|
||||||
|
transform: rotate(0.3deg);
|
||||||
|
}
|
||||||
|
|
||||||
.markdown *:last-child {
|
.markdown *:last-child {
|
||||||
margin-bottom: 5px !important
|
margin-bottom: 5px !important
|
||||||
|
Loading…
x
Reference in New Issue
Block a user