13 lines
157 B
CSS
13 lines
157 B
CSS
|
body {
|
||
|
background-color: #ffffeb;
|
||
|
}
|
||
|
|
||
|
.w2vresultblock {
|
||
|
border: 1px solid #ccc;
|
||
|
border-radius: 3px;
|
||
|
padding: 3px;
|
||
|
}
|
||
|
|
||
|
svg {
|
||
|
border: none;
|
||
|
}
|