Captain ALM
98b1380d2a
All checks were successful
continuous-integration/drone/push Build is passing
38 lines
592 B
CSS
38 lines
592 B
CSS
body{
|
|
color: #f9f9f9;
|
|
background-color: #050506;
|
|
border-color: #696969;
|
|
}
|
|
a{
|
|
color: #b0b0f0;
|
|
}
|
|
.header, .nav{
|
|
background-color: #1d1d1e;
|
|
}
|
|
.home-button{
|
|
color: #e0e0e0;
|
|
}
|
|
.home-button:hover{
|
|
background-color: #606061;
|
|
}
|
|
.menu a{
|
|
color: #e0e0e0;
|
|
}
|
|
.menu a:hover{
|
|
background-color: #606061;
|
|
}
|
|
.hmb:hover{
|
|
background-color: #606061;
|
|
}
|
|
.hmb-line, .hmb-line::before, .hmb-line::after{
|
|
background: #e0e0e0;
|
|
}
|
|
.main-table, .main-box{
|
|
background-color: #0f0f0f;
|
|
}
|
|
.item-table > div > div, .item-table-caption{
|
|
border-color: #F5DEB3FF;
|
|
}
|
|
.image-box > a{
|
|
border-color: #b0b0f0;
|
|
} |