✨ feat: display word count when hovering over read time
This commit is contained in:
@@ -119,3 +119,11 @@ table td {
|
||||
table tbody tr:nth-child(even) {
|
||||
background-color: var(--bg-0);
|
||||
}
|
||||
|
||||
.meta span:hover::before {
|
||||
content: attr(word-count);
|
||||
}
|
||||
|
||||
.meta span::before {
|
||||
content: attr(reading-time);
|
||||
}
|
||||
|
Reference in New Issue
Block a user