1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 19:12:05 +00:00

Don't underline author link on homepage

This commit is contained in:
Holger Just 2015-12-07 13:38:39 +01:00
parent aa03872805
commit 5690a8af35

View File

@ -8,7 +8,10 @@
line-height: 1;
color: rgba(255, 255, 255, 0.8);
a { color: rgba(255, 255, 255, 0.8); }
a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
}
> span {
display: block;