beginner plan
This commit is contained in:
parent
8db73d0c94
commit
cf81e86896
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ background: #013e6d !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
.beginner_pane {
|
||||||
|
background: black;
|
||||||
|
border: solid;
|
||||||
|
border-color: orange;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
document.body.appendChild(style);
|
document.body.appendChild(style);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue