9 lines
105 B
CSS
9 lines
105 B
CSS
.txt-cyan {
|
|
color: #8bc8feff;
|
|
}
|
|
|
|
.bg-grey {
|
|
background-color: #071c2dff;
|
|
color: #071c2dff;
|
|
}
|