404 page working, fixed some purgecss issues
This commit is contained in:
parent
f2f300a50e
commit
e6b5433d0f
8 changed files with 48 additions and 12 deletions
assets
|
@ -255,6 +255,9 @@ blockquote {
|
|||
@extend .py-3;
|
||||
max-width: 25rem;
|
||||
}
|
||||
ul {
|
||||
padding-inline-start: 2rem;
|
||||
}
|
||||
.wp-block-loginout {
|
||||
display: list-item;
|
||||
margin-left: 2rem;
|
||||
|
@ -272,6 +275,10 @@ blockquote {
|
|||
.search-form .form-control:focus {
|
||||
border-color: $input-focus-border-color;
|
||||
}
|
||||
.form-control::-ms-clear,
|
||||
input.form-control::-ms-clear,
|
||||
.form-control::-ms-reveal,
|
||||
input.form-control::-ms-reveal { display: none; }
|
||||
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
||||
color: $gray-500 !important;
|
||||
}
|
||||
|
@ -292,6 +299,10 @@ blockquote {
|
|||
.form-control::placeholder { /* Most modern browsers support this now. */
|
||||
color: $gray-500 !important;
|
||||
}
|
||||
.search-form .btn-outline-light {
|
||||
color: $gray-300;
|
||||
border-color: $gray-500;
|
||||
}
|
||||
.search-form .btn-outline-light:hover {
|
||||
color: $primary;
|
||||
background-color: inherit;
|
||||
|
|
BIN
assets/images/40x_rainbow.jpg
Normal file
BIN
assets/images/40x_rainbow.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 146 KiB |
BIN
assets/images/40x_unicorn-300.png
Normal file
BIN
assets/images/40x_unicorn-300.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 92 KiB |
|
@ -14,6 +14,8 @@ import "../../node_modules/@mdi/svg/svg/typewriter.svg";
|
|||
import "../../node_modules/@mdi/svg/svg/calendar-clock.svg";
|
||||
import "../../node_modules/@mdi/svg/svg/tag-multiple.svg";
|
||||
import "../../node_modules/@mdi/svg/svg/rss.svg";
|
||||
import "../../node_modules/@mdi/svg/svg/account-hard-hat.svg";
|
||||
import "../../node_modules/@mdi/svg/svg/open-in-new.svg";
|
||||
import "../../node_modules/@mdi/svg/svg/magnify.svg";
|
||||
// social
|
||||
import "../../node_modules/@mdi/svg/svg/linkedin.svg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue