aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-24 20:25:25 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-24 20:25:25 -0400
commita2e41460df2e08517e983e82f9f0af144bea653f (patch)
treec0b52463eac95122c05bb15d9dcc3bd3f77c0def
parent4a6a7330223eebee1a6a12d844cef04ef7e5e5f3 (diff)
downloadedwinmattiacci.com-a2e41460df2e08517e983e82f9f0af144bea653f.tar.gz
edwinmattiacci.com-a2e41460df2e08517e983e82f9f0af144bea653f.tar.bz2
edwinmattiacci.com-a2e41460df2e08517e983e82f9f0af144bea653f.zip
public/css/app: Custom touch up CSS
-rw-r--r--public/css/app.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/public/css/app.css b/public/css/app.css
new file mode 100644
index 0000000..1dbde24
--- /dev/null
+++ b/public/css/app.css
@@ -0,0 +1,36 @@
+
+body { background-color: #f3f3f3 }
+
+.logo-container { background-image: url(/images/asfalt-dark.png); }
+
+.tracking-wide { letter-spacing: 0.1em; }
+
+.link-active { border-bottom: 2px solid #85BDBF; }
+
+.footer-icons svg { color: #444; }
+
+.checkbox-agree { display: none; }
+
+.feather-download { color: #222; }
+
+.feather-download:hover { color: #3490dc; }
+
+.comment-post-odd { background-color: #f6f6f6 !important; }
+
+.hashover-message { display: none; }
+.hashover-message-error { display: block; }
+
+@media screen and (max-width: 392px) { nav p { font-size: 0.6916em } }
+
+.journal-post a {
+ text-decoration: none;
+ border-bottom: 2px solid #a8c2cc;
+ padding-bottom: 2px;
+ color: #12283a;
+}
+
+.splash-container {
+ background-image: url(/images/abstract-mix.jpg);
+ background-repeat: repeat;
+ min-height: 30vh;
+}