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;
}

View file

@ -1769,6 +1769,12 @@ noscript #noscript {
.background-royalblue {
background-color: rgb(25, 58, 158) !important;
}
.background-green {
background-color: rgb(32, 134, 55) !important;
}
.background-red {
background-color: rgb(165, 29, 42) !important;
}
.background-footer {
color: rgb(152, 143, 129);
}
@ -3828,15 +3834,6 @@ svg line.messageLine1 {
div.mermaid .actor {
fill: var(--darkreader-neutral-background) !important;
}
.google-material-icons {
font-family: 'Google Material Icons' !important;
}
.google-symbols {
font-family: 'Google Symbols Subset', 'Google Symbols' !important;
}
.material-icons-extended {
font-family: 'Material Icons Extended' !important;
}
mitid-authenticators-code-app > .code-app-container {
background-color: white !important;
padding-top: 1rem;
@ -3844,6 +3841,3 @@ mitid-authenticators-code-app > .code-app-container {
iframe#unpaywall[src$="unpaywall.html"] {
color-scheme: light !important;
}
.oui-icon {
font-family: 'Oui Icons' !important;
}