add misskey-colored css

This commit is contained in:
Johann150 2021-11-09 10:08:30 +01:00
parent ed1c42d30d
commit b20395cc8f
No known key found for this signature in database
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ button {
background-color: #282c37;
}
.btn.primary.misskey-colored {
background-color: #66b300;
}
.btn.secondary {
background-color: rgba(255,255,255,0.5);
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);