Update style.css

This commit is contained in:
noxy 2017-02-04 09:36:28 +00:00
parent c05ae4e0da
commit 6d375eb35f

View File

@ -116,6 +116,7 @@ a:hover {
z-index: 999; z-index: 999;
background-color: #484747; background-color: #484747;
border-bottom: 2px solid #99ff00; border-bottom: 2px solid #99ff00;
text-align: center;
} }
.return { .return {
@ -130,6 +131,8 @@ a:hover {
z-index: 999; z-index: 999;
border-bottom: 2px solid #99ff00; border-bottom: 2px solid #99ff00;
padding: 5px; padding: 5px;
background: #484747;
font-weight: bold;
} }
.irc { .irc {