remove link underline in banner
This commit is contained in:
parent
ff5ecee02a
commit
656b0beb5c
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue