Browse Source

:black_nib:

windhamdavid 7 years ago
parent
commit
8d09743377
5 changed files with 17 additions and 4 deletions
  1. 3 3
      css/front-page.css
  2. 0 0
      css/front.min.css
  3. 2 0
      inc/template.php
  4. 12 1
      style.css
  5. 0 0
      style.min.css

+ 3 - 3
css/front-page.css

@@ -324,7 +324,7 @@ a:active, a:focus, input {
 	border: none;
 	box-shadow:none;
 	background-color: transparent !important;
-	text-align: lef;
+	text-align: left;
 }
 .terminal {
 	margin-top:30px;
@@ -365,7 +365,7 @@ a:active, a:focus, input {
 .thermo span.at {
 	color: #38BBC6;
 }
-.thermo span.mee {
+.thermo span.mee {
 	color: #389436;
 }
 .thermo-intro span.prompt {
@@ -389,6 +389,6 @@ a:active, a:focus, input {
 .thermo-intro span.at {
 	color: #38BBC6;
 }
-.thermo-intro span.mee {
+.thermo-intro span.mee {
 	color: #389436;
 }

File diff suppressed because it is too large
+ 0 - 0
css/front.min.css


+ 2 - 0
inc/template.php

@@ -24,6 +24,8 @@ function page_bodyclass() {
 		$page = 'single';
 	} elseif (is_archive()) {
 		$page = 'archive';
+	} elseif (is_search()) {
+		$page = 'search';
 	}
 	if ($page)
 		echo 'class="'. $page. '"';

+ 12 - 1
style.css

@@ -56,9 +56,20 @@ body.single {
 	background-color: #a19993;
 }
 body.archive {
+	background: rgba(85,94,104,0.68);
+	background-color: #5f6577;
+}
+	body.archive .site-title a {
+		color:#fff;
+	}
+body.search {
 	background: rgba(242,242,242,.7);
-	background-color: #a19993;
+	background-color: #616674;
 }
+	body.search .site-title a {
+		color:#fff;
+	}
+
 
 
 /*============================================

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff