transition to css - part I
This commit is contained in:
parent
2b72b4f977
commit
902d50a0bd
3 changed files with 20 additions and 12 deletions
12
ezmlm-web/trunk/css/default.css
Normal file
12
ezmlm-web/trunk/css/default.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
body {
|
||||
background-color: #000080;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3333ff;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #8888ff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue