Skip to content

Instantly share code, notes, and snippets.

View tomyshoam's full-sized avatar
💻
Coding?

Tosh tomyshoam

💻
Coding?
View GitHub Profile
@tomyshoam
tomyshoam / style.css
Created August 18, 2019 23:47
style.css
.eui-item-text-see-more {
color: #9a9b9b;
line-height: 20px;
cursor: pointer;
transition: color 0.2s ease;
white-space: nowrap;
}
.eui-item-text-see-more:hover {
color: #17191a;
}