Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/vs/base/test/node/pfs/fixtures/site.css
3296 views
1
/*---------------------------------------------------------------------------------------------
2
* Copyright (c) Microsoft Corporation. All rights reserved.
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
/*----------------------------------------------------------
7
The base color for this template is #5c87b2. If you'd like
8
to use a different color start by replacing all instances of
9
#5c87b2 with your new color.
10
----------------------------------------------------------*/
11
body
12
{
13
background-color: #5c87b2;
14
font-size: .75em;
15
font-family: Segoe UI, Verdana, Helvetica, Sans-Serif;
16
margin: 8px;
17
padding: 0;
18
color: #696969;
19
}
20
21
h1, h2, h3, h4, h5, h6
22
{
23
color: #000;
24
font-size: 40px;
25
margin: 0px;
26
}
27
28
textarea
29
{
30
font-family: Consolas
31
}
32
33
#results
34
{
35
margin-top: 2em;
36
margin-left: 2em;
37
color: black;
38
font-size: medium;
39
}
40
41
42