dark mode, add bookmarklet demo

This commit is contained in:
Sharon Kennedy
2020-02-17 00:31:50 +01:00
parent 08981fd444
commit 4b5bb34261
6 changed files with 39 additions and 16 deletions

View File

@@ -11,6 +11,10 @@
min-height: 180px;
border: 1px solid $theme-color;
a {
color: inherit;
}
.message-window {
background-color: $light-color;
flex: 1 1 auto;
@@ -24,6 +28,10 @@
.notices {
color: $dark-color;
font-size: 0.9rem;
> div {
padding-bottom: 0.5rem;
}
}
.message {