[status page] checkpoint

This commit is contained in:
LouisLam
2021-09-14 23:27:11 +08:00
parent 9902c181bc
commit afe91078c4
6 changed files with 64 additions and 32 deletions

View File

@@ -374,3 +374,18 @@ h2 {
background-color: #4caf50;
border-color: #4caf50;
}
[contenteditable=true] {
&:focus {
outline: 0 solid #eee;
border: 1px solid #aaa;
border-radius: 8px;
}
&::after {
margin-left: 5px;
content: "🖊️";
font-size: 13px;
color: #eee;
}
}