mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +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;
|
|
}
|
|
|