mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04: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="width=device-width, initial-scale=1" name="viewport"/>
|
||||||
<meta content="CodiMD - Collaborative markdown notes" name="description"/>
|
<meta content="CodiMD - Collaborative markdown notes" name="description"/>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-dark">
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -5,9 +5,10 @@
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
min-height: 100%;
|
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;
|
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue