[status page] checkpoint

This commit is contained in:
LouisLam
2021-09-16 14:37:57 +08:00
parent 7e0272077b
commit 611d214a32
5 changed files with 100 additions and 30 deletions

View File

@@ -379,27 +379,33 @@ h2 {
[contenteditable=true] {
transition: all $easing-in 0.2s;
background-color: rgba(239, 239, 239, 0.7);
border-radius: 8px;
&:focus {
outline: 0 solid #eee;
background-color: rgba(245, 245, 245, 0.9);
}
&:hover, &:focus {
background-color: rgb(239, 239, 239);
.dark & {
background-color: rgba(239, 239, 239, 0.2);
}
border-radius: 8px;
&:hover {
background-color: rgba(239, 239, 239, 0.8);
}
.dark & {
background-color: rgba(239, 239, 239, 0.2);
}
/*
&::after {
margin-left: 5px;
content: "🖊️";
font-size: 13px;
color: #eee;
}
*/
}
.action {