remove link underline in banner

This commit is contained in:
Jonas Leder 2021-08-14 19:44:09 +02:00
parent ff5ecee02a
commit 656b0beb5c

View file

@ -2,4 +2,8 @@
width: 391px;
background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));
padding: 5px;
}
#banner a {
text-decoration: none;
}