diff --git a/public/css/home.css b/public/css/home.css index 1178c95..857c643 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -3,7 +3,7 @@ --border-radius: 40%; } .border-round-2 { - --border-radius: 75%; + --border-radius: 85%; } .border-round-tl { border-top-left-radius: var(--border-radius); @@ -91,4 +91,7 @@ .home-grid-container { padding: 0; } + + .home-grid { + } } \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 9638f63..f2b4914 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -50,6 +50,14 @@ footer { height: var(--footer-height); } +.color-teal { + color: rgba(var(--teal), .86); + text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; +} +.color-tan { + color: rgba(var(--tan), .86); +} + .container { max-width: 1200px; margin-left: auto; diff --git a/src/_includes/layout.html b/src/_includes/layout.html index 0418f79..629a0a1 100644 --- a/src/_includes/layout.html +++ b/src/_includes/layout.html @@ -35,7 +35,10 @@
-
Text
+
+

Welcome to Cyper's Blog!

+

Where you can experience stories side-by-side with Cyper

+