diff options
Diffstat (limited to 'api-docs/source/_static/css/other.css')
| -rw-r--r-- | api-docs/source/_static/css/other.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api-docs/source/_static/css/other.css b/api-docs/source/_static/css/other.css index c9600b7c..935fd711 100644 --- a/api-docs/source/_static/css/other.css +++ b/api-docs/source/_static/css/other.css @@ -1,3 +1,12 @@ .wy-nav-content { max-width: 2000px !important; } + +.cpplink, .cpplink a, .cpplink a:visited{ + color: #fff; + font-size: small; +} + +.cpplink a, .cpplink a:visited { + text-decoration: underline; +} |
