hover to have boarder surround txt
hnews:hover by tomobs
Details
Authortomobs
LicenseNo License
Categoryhnews
Created
Updated
Size420 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hnews
@version 20231004.03.24
@namespace ?
==/UserStyle== */
@-moz-document domain("news.ycombinator.com") {
.default
{
border: 1px solid #8080805e;
}
.default:hover
{
border: 1px solid grey;
background: #80808017;
}
.fatitem
{
border: 1px solid grey;
}
.fatitem:hover
{
border: 1px solid #8080805e;;
background: #80808017;
}
}