Improvement/different background color (#118)

* Set new background color for body
This commit is contained in:
mrdrogdrog 2020-06-02 11:22:49 +02:00 committed by GitHub
parent ef725c8b6e
commit 39b1175850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="CodiMD - Collaborative markdown notes" name="description"/>
</head>
<body class="bg-dark">
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

View file

@ -5,9 +5,10 @@
html {
height: 100%;
}
body {
min-height: 100%;
//text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
background-color: darken($dark, 8%);
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}