mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Improvement/different background color (#118)
* Set new background color for body
This commit is contained in:
parent
ef725c8b6e
commit
39b1175850
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue