Select Git revision
-
Sachin Kamath authored
Signed-off-by:
Sachin S. Kamath <sskamath96@gmail.com>
Sachin Kamath authoredSigned-off-by:
Sachin S. Kamath <sskamath96@gmail.com>
styles.css 12.10 KiB
html {
background-color: #111111 !important;
}
body {
height: 100%;
background-color: #111111 !important;
height: 99vh;
position: relative;
}
canvas {
display:block;
position: fixed;
}
li {
list-style:none !important;
}
nav {
color: #101010 !important;
}
.container-fluid{
height: 100%;
}
.nav-hodor {
float: left !important;
}
.content {
height: 99vh !important;
max-height: 90% !important;
}
.img-block {
display: inline-block;
}
/* --------------------------------
Primary style
-------------------------------- */
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-size: 100%;
font-family: "PT Sans", sans-serif;
color: #505260;
background-color: #fff;
}
a {
color: #2f889a;
text-decoration: none;
}
img {