beginner plan

This commit is contained in:
Nova Cat 2024-11-30 21:59:17 -08:00
parent 8db73d0c94
commit cf81e86896

View file

@ -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);