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