Path: blob/main/src/vs/base/test/node/pfs/fixtures/site.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45/*----------------------------------------------------------6The base color for this template is #5c87b2. If you'd like7to use a different color start by replacing all instances of8#5c87b2 with your new color.9----------------------------------------------------------*/10body11{12background-color: #5c87b2;13font-size: .75em;14font-family: Segoe UI, Verdana, Helvetica, Sans-Serif;15margin: 8px;16padding: 0;17color: #696969;18}1920h1, h2, h3, h4, h5, h621{22color: #000;23font-size: 40px;24margin: 0px;25}2627textarea28{29font-family: Consolas30}3132#results33{34margin-top: 2em;35margin-left: 2em;36color: black;37font-size: medium;38}39404142