This commit is contained in:
aggelosQQ 2016-08-27 22:59:44 +03:00
parent fa79ef6eb2
commit 1c8890247b
2 changed files with 8 additions and 0 deletions

View file

@ -200,6 +200,10 @@ i.rules-icon:hover {
#note h5 {
margin-bottom: -20px;
}
#note a {
color: rgb(200,200,200);
font-weight: bold;
}
.nav-wrapper {
background: rgba(0,0,0,0.3);
}

View file

@ -33,6 +33,10 @@ h2 {
#note h5 {
margin-bottom: -15px;
}
#note a {
color: rgb(200,200,200);
font-weight: bold;
}
.rank {
text-align: center;
}