Design pending blogs in organizations

This commit is contained in:
anhkha2003 2024-07-20 21:11:01 +07:00
parent 66f6212947
commit 01bd3d1cef
8 changed files with 423 additions and 306 deletions

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