/* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ html, body { background: #fff; color: #000; } .sideaffix { overflow: visible; } /* links */ a:active, a:hover, a:visited { color: #0078d7; } a { color: #0050c5; cursor: pointer; text-decoration: none; word-wrap: break-word; } /* code */ code { color: #3b5269; background-color: #ececec; border-radius: 4px; padding: 3px 7px; } /* table */ .table-striped>tbody>tr:nth-of-type(odd) { color: #333333; background-color: #d3d3d3 } tbody>tr { color: #424242; background-color: #c0c0c0 } .table>tbody+tbody { border-top: 2px solid rgb(173, 173, 173) } /* select */ select { background-color: #fcfcfc; border-color: #aeb1b5; }