diff options
Diffstat (limited to 'doc/lua.css')
-rw-r--r-- | doc/lua.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lua.css b/doc/lua.css new file mode 100644 index 00000000..90f62312 --- /dev/null +++ b/doc/lua.css @@ -0,0 +1,15 @@ +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 ; +} + |