diff --git a/css/main.css b/css/main.css index ea63ed2..66b48de 100644 --- a/css/main.css +++ b/css/main.css @@ -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); } diff --git a/css/staff.css b/css/staff.css index 96951ab..db2413e 100644 --- a/css/staff.css +++ b/css/staff.css @@ -33,6 +33,10 @@ h2 { #note h5 { margin-bottom: -15px; } +#note a { + color: rgb(200,200,200); + font-weight: bold; +} .rank { text-align: center; }