Underlines Advent of Code hovertexts without having to get 50 stars.
Advent of Code hovertexts by sim642
Details
Authorsim642
LicenseNo License
Categoryadventofcode
Created
Updated
Size467 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 Advent of Code hovertexts
@version 20211205.08.38
@namespace userstyles.world/user/sim642
@description Underlines Advent of Code hovertexts without having to get 50 stars.
@author sim642
@license No License
==/UserStyle== */
@-moz-document domain("adventofcode.com") {
article.day-desc *[title] { /* .day-desc so it doesn't apply to AoC++ badges in private leaderboards */
border-bottom:1px dotted #ffff66;
}
}