diff options
Diffstat (limited to 'html/091socket.cc.html')
-rw-r--r-- | html/091socket.cc.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/html/091socket.cc.html b/html/091socket.cc.html index 58e0c90a..58500b27 100644 --- a/html/091socket.cc.html +++ b/html/091socket.cc.html @@ -10,18 +10,19 @@ <meta name="colorscheme" content="minimal"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } -body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } -a { text-decoration: none; } +pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } +a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .Conceal { color: #4e4e4e; } .CommentedCode { color: #6c6c6c; } .Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } .Delimiter { color: #800080; } .LineNr { color: #444444; } .Identifier { color: #c0a020; } -.Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .PreProc { color: #800080; } .Constant { color: #00a0a0; } .cSpecial { color: #008000; } |