Design pending blogs in organizations (#123)

This commit is contained in:
Phuoc Anh Kha Le 2024-07-23 01:24:43 -05:00 committed by GitHub
parent 66f6212947
commit 44554d7de6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 423 additions and 306 deletions

View file

@ -795,6 +795,14 @@ noscript #noscript {
background-color: royalblue !important;
}
.background-green {
background-color: #28a745 !important;
}
.background-red {
background-color: #dc3545 !important;
}
.background-footer {
color: #808080;
}