blob: 2eea561e485e64b5ea177d62f56ba109cd4323fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
canvas{
width:100% !important;
height:90% !important;
border: 1px solid var(--ns-primary);
background-color: var(--ns-bg-dark-100);
border-radius: 5px;
margin: 10px;
font-size: 11 !important;
}
|