/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ html, body { margin: 0; padding: 0; height: 100%; width: 100%; background: var(--vscode-editor-background); } body { overflow: hidden; } #editor { height: 100%; width: 100%; overflow: scroll; } .md-comment-widget { background: linear-gradient(var(--vscode-menu-background), var(--vscode-menu-background)), var(--vscode-editor-background); } .md-comment-widget:hover, .md-comment-widget--hover { background: linear-gradient(var(--vscode-list-hoverBackground), var(--vscode-list-hoverBackground)), var(--vscode-editor-background); }