log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view dmd/dmd.css @ 133:41a6e2d99f68
find changesets by author, revision, files, or words in the commit message
pics3: add blob cache
author
paulo
date
Thu, 03 Feb 2022 06:39:44 -0800
parents
children
line source
1
body
2
{
3
background-color: black;
4
color: #DDD;
5
text-align: center;
6
font-family: serif;
7
}
8
9
h1
10
{
11
font-family: sans-serif;
12
}
13
14
a:link
15
{
16
color: red;
17
}
18
19
a:visited
20
{
21
color: gray;
22
}