This commit is contained in:
Ross
2021-08-02 11:01:04 +01:00
parent 2c8cdf5fb5
commit 794bbe5df8
3 changed files with 25 additions and 3 deletions
+19 -1
View File
@@ -1095,4 +1095,22 @@ display: block
.cache-out-of-date {
color: red;
}
}
.user-text {
color: darkslateblue;
}
.inactive {
transform: rotate(12deg);
color: #555;
font-size: 3rem;
font-weight: 700;
border: 0.25rem solid #555;
display: inline-block;
padding: 0.25rem 1rem;
text-transform: uppercase;
border-radius: 1rem;
font-family: 'Courier';
mix-blend-mode: multiply;
}