add sample of old icon column.

This commit is contained in:
2023-04-06 08:45:53 +08:00
parent c27d44872b
commit 7c5a9214a1
3 changed files with 51 additions and 3 deletions

View File

@@ -192,6 +192,20 @@ h1 {
font-size: 1em;
}
.icon-col {
cursor: pointer;
color: rgb(123, 28, 33);
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
text-align: center;
}
.icon-col:hover {
text-decoration: underline;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;