7 lines
143 B
CSS
7 lines
143 B
CSS
|
.anubis-custom-style {
|
||
|
background-color: pink;
|
||
|
color: black;
|
||
|
padding: 1em;
|
||
|
border-radius: 0.3em;
|
||
|
border: 1px solid black;
|
||
|
}
|