mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
✨ feat: display word count when hovering over read time
This commit is contained in:
parent
23f5c6d309
commit
d9cd64e5a4
2 changed files with 9 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue