css: change placeholder and made the UI generally tighter

Also I have encouraged the user to change their monospace font
accordingly for the best personal satisfaction.

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-06-19 08:02:41 +05:30
parent 1f84fd28b9
commit 150bade1e5
2 changed files with 36 additions and 50 deletions

View File

@@ -12,22 +12,17 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@460&display=swap');
/* fill entire page */
code {
padding: 0px;
background: transparent !important;
font-family: 'Fira Code', monospace;
font-family: monospace;
}
body {
/* Change background color to that of your theme's */
background: #191f26;
padding: 20px 50px;
margin: 0px;
padding: 10px;
color: #E6E1CF;
/* color: #5c6773; */
}
::selection {