mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Fixes #8
This commit is contained in:
parent
fa79ef6eb2
commit
1c8890247b
2 changed files with 8 additions and 0 deletions
|
@ -200,6 +200,10 @@ i.rules-icon:hover {
|
||||||
#note h5 {
|
#note h5 {
|
||||||
margin-bottom: -20px;
|
margin-bottom: -20px;
|
||||||
}
|
}
|
||||||
|
#note a {
|
||||||
|
color: rgb(200,200,200);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.nav-wrapper {
|
.nav-wrapper {
|
||||||
background: rgba(0,0,0,0.3);
|
background: rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,6 +33,10 @@ h2 {
|
||||||
#note h5 {
|
#note h5 {
|
||||||
margin-bottom: -15px;
|
margin-bottom: -15px;
|
||||||
}
|
}
|
||||||
|
#note a {
|
||||||
|
color: rgb(200,200,200);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.rank {
|
.rank {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue