mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
17 lines
228 B
CSS
17 lines
228 B
CSS
|
|
body {
|
|
margin-top: 5%;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
margin-bottom: 5%;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
pre {
|
|
background-color: lightgrey;
|
|
color: black;
|
|
border: thin;
|
|
border-style: solid;
|
|
}
|
|
|