feat:adding in a lot of formatting fixes, 404 page and a 500 page

This commit is contained in:
Lucas Oskorep
2024-03-12 03:21:52 -04:00
parent 87a359fdb4
commit 89b4d691eb
7 changed files with 74 additions and 80 deletions
+6 -3
View File
@@ -57,7 +57,7 @@ html {
.sidebar {
text-align: left;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
color: rgba(255,255,255,.66);
background-color: #202020;
}
@@ -71,10 +71,13 @@ html {
text-align: left;
}
}
/* Sidebar links */
.sidebar a {
color: #fff;
}/* Sidebar links */
.sidebar .title {
color: #6a9fb5;
}
/* About section */
@@ -268,7 +271,7 @@ a.sidebar-social-item.active:focus {
/* background-color: #6a9fb5;*/
/*}*/
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
.theme-base-0d .related-posts li a:hover h1 {
color: #6a9fb5;
}
/*.theme-base-0d body .content .container{*/
+1 -1
View File
@@ -84,7 +84,7 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-weight: bold;
line-height: 1.25;
color: #313131;
color: #6a9fb5;
text-rendering: optimizeLegibility;
}
h1 {