working model cat backup
This commit is contained in:
@@ -3401,3 +3401,34 @@ a.deletelink {
|
||||
.mods-badge.server { background: #e6e0ff; color: #3a2d8f; }
|
||||
.mods-link { color: inherit; text-decoration: none; opacity: 0.6; }
|
||||
.mods-link:hover { opacity: 1; }
|
||||
|
||||
/* Model category format badges */
|
||||
.model-format-badge {
|
||||
display: inline-block;
|
||||
border-radius: 999px;
|
||||
background: #eef2ff;
|
||||
color: #3730a3;
|
||||
padding: 0.1rem 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 600;
|
||||
margin-right: 0.35rem;
|
||||
}
|
||||
.model-tex-badge.embedded {
|
||||
display: inline-block;
|
||||
border-radius: 999px;
|
||||
background: #d1fae5;
|
||||
color: #065f46;
|
||||
padding: 0.1rem 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 600;
|
||||
margin-right: 0.35rem;
|
||||
}
|
||||
.model-incompatible {
|
||||
display: inline-block;
|
||||
border-radius: 999px;
|
||||
background: #fee2e2;
|
||||
color: #991b1b;
|
||||
padding: 0.15rem 0.6rem;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user