notes edit

This commit is contained in:
Garry Ing
2021-03-28 16:31:34 -04:00
parent 6cad4966f5
commit 0e326a2624
11 changed files with 25 additions and 10 deletions

View File

@ -118,11 +118,12 @@
}
.invalid-link {
padding: 0 0.1em;
padding: 0 0.1em 0.2em 0.1em;
text-decoration: none;
background: rgba($highlight-color, 0.1);
border: 1px solid rgba($highlight-color, 0.25);
border: 1px solid rgba($highlight-color, 0.5);
border-radius: 4px;
color: $highlight-color;
}
.note-contents {
@ -139,6 +140,12 @@
ul {
list-style: circle;
}
img {
max-width: 100%;
height: auto;
display: block;
}
}
// Link previews