add sample of old icon column.
This commit is contained in:
14
style.css
14
style.css
@@ -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;
|
||||
|
Reference in New Issue
Block a user