Fix: wrong alpha on sidebar color

This commit is contained in:
sheychen 2019-08-10 14:27:47 +02:00
parent ac8085609f
commit e5d353f641
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th
.sidebar
text-align: center
padding: 2rem 1rem
color: rgba(255,255,255,.3)
color: rgba(255,255,255,.6)
background-color: #202020
a
color: white