Fixed background error
This commit is contained in:
@@ -7,3 +7,11 @@ body.darkMode {
|
|||||||
background-color: rgb(63, 63, 63);
|
background-color: rgb(63, 63, 63);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-shadow.darkMode {
|
||||||
|
text-shadow: 1.3px 1.3px #818181 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-fluid {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
@@ -121,11 +121,11 @@
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<div class="container-fluid">
|
<div class="container-fluid" style="padding: 0px;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm text-right">
|
<div class="col-sm text-right">
|
||||||
<br />
|
<br />
|
||||||
<h1 style="text-shadow: 1.3px 1.3px #686868">Pfosten Dynamics</h1>
|
<h1 class="text-shadow couldDark" style="text-shadow: 1.3px 1.3px #686868">Pfosten Dynamics</h1>
|
||||||
<h2>Change your idea of what idiots can do</h2>
|
<h2>Change your idea of what idiots can do</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm text-left">
|
<div class="col-sm text-left">
|
||||||
|
Reference in New Issue
Block a user