mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
20 lines
252 B
CSS
20 lines
252 B
CSS
h3 {
|
|
font-size: 18px;
|
|
color: #000000;
|
|
}
|
|
h2 {
|
|
font-size: 20px;
|
|
color: #000000;
|
|
}
|
|
h1 {
|
|
font-size: 24px;
|
|
color: #000000;
|
|
}
|
|
body {
|
|
font-family: Helvetica, Geneva, Arial, sans-serif;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
#background-color: #dedede;
|
|
}
|
|
|