forked from mia/Aegisub
b755b54899
Originally committed to SVN as r352.
15 lines
196 B
CSS
15 lines
196 B
CSS
body {
|
|
color: #000000 ;
|
|
background-color: #FFFFFF ;
|
|
font-family: sans-serif ;
|
|
}
|
|
|
|
a:link {
|
|
color: #000080 ;
|
|
}
|
|
|
|
a:link:hover, a:visited:hover {
|
|
color: #000080 ;
|
|
background-color: #E0E0FF ;
|
|
}
|
|
|