+a.permalink {
+ color: #ddd;
+ font: 1.2em/1 "TeX Gyre Termes", serif;
+ text-decoration: none;
+ transition: color 150ms linear;
+ user-select: none;
+}
+a.permalink:hover, :hover > a.permalink, :target a.permalink {
+ color: #999;
+ transition: color 150ms linear;