Refine the above

This commit is contained in:
mez 2025-04-26 18:45:45 +01:00
parent ee0aa2acea
commit 3bd3600f76

View file

@ -184,6 +184,7 @@ table.portfolio {
font-family: "04b24", sans-serif;
background-color: black;
width: 111px;
max-width: 111px;
height: 75px;
-webkit-font-smoothing: none;
font-smooth: never;
@ -192,7 +193,10 @@ table.portfolio {
font-size: 8px;
color: white;
table-layout: fixed;
/* filter: contrast(1); */
}
table.portfolio td {
text-overflow: ellipsis;
}
table.portfolio tr:last-of-type {
@ -258,10 +262,6 @@ table.portfolio.gray {
background-size: cover;
}
table.portfolio td {
overflow-x: hidden;
}
table.portfolio.palette td.deck1 {
color: #ff2424;
}