switched to bootstrap-night

This commit is contained in:
tracer 2022-11-03 18:52:26 +01:00
parent 39c6b5a22b
commit 990330ee5e
1 changed files with 21 additions and 5 deletions

View File

@ -14,6 +14,15 @@
//border: 1px solid gray; //border: 1px solid gray;
} }
// customize some Bootstrap variables
$primary: #FF8040;
$jet-black: #0e0e10;
//$body-bg: red;
$body-color: #8f8f8f;
@import 'bootstrap-dark-5/dist/css/bootstrap-night.min.css';
html, body { html, body {
margin: 0; margin: 0;
@ -23,10 +32,6 @@ html, body {
} }
// customize some Bootstrap variables
$primary: #FF8040;
$jet-black: #0e0e10;
//@import "bootstrap/scss/bootstrap";
/// ///
@ -40,6 +45,7 @@ $jet-black: #0e0e10;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
float: left; float: left;
background-color: $jet-black;
transition: min-width 0.5s, max-width 0.5s; transition: min-width 0.5s, max-width 0.5s;
} }
@ -57,7 +63,7 @@ $jet-black: #0e0e10;
#main_content { #main_content {
overflow-y: auto; overflow-y: auto;
height: calc(100vh - 160px) height: calc(100vh - 180px); // 74px header, 64px header
} }
.form-signin { .form-signin {
@ -96,3 +102,13 @@ $jet-black: #0e0e10;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 0 0 0.375rem 0.375rem; border-radius: 0 0 0.375rem 0.375rem;
} }
.quote-box {
border-left: 1px solid #ff8844;
color: #ff8844;
}
.project-image {
width: 200px;
margin: 15px;
}