css memos show

This commit is contained in:
2020-03-29 11:27:15 +02:00
parent 0b3183a7fb
commit d748314a7a
2 changed files with 54 additions and 67 deletions

View File

@@ -27,6 +27,12 @@
opacity: 0.6;
}
&-change {
text-align: right;
background: $greyLight;
padding: 0.5rem 1rem;
}
}
.memo-edit {
@@ -36,3 +42,30 @@
}
}
.memo-style {
p {
margin: 0.25rem 0 0.5rem;
}
code,
pre {
background-color: $greyLight;
}
pre {
padding: 0.5rem;
}
a {
color: $greyLight;
&:hover {
text-decoration: underline;
}
}
img {
width: 100%;
}
}