diff --git a/src/inc_css/blog.css b/src/inc_css/blog.css new file mode 100644 index 0000000..fba2ce1 --- /dev/null +++ b/src/inc_css/blog.css @@ -0,0 +1,4 @@ +.blog.page h1 { + padding-top: 10%; + font-size: 3em; +} diff --git a/src/root/blog.html b/src/root/blog.html index 7ca6fe3..39f7d9d 100644 --- a/src/root/blog.html +++ b/src/root/blog.html @@ -15,6 +15,10 @@ #include socials.html +
+

coming soon !!

+
+ #include planets.html diff --git a/src/root/styles.css b/src/root/styles.css index f290c0c..a660263 100644 --- a/src/root/styles.css +++ b/src/root/styles.css @@ -15,6 +15,7 @@ body { #include title.css #include sidebar.css #include landing.css +#include blog.css .pageTitle { margin-left: -0.15em; @@ -40,7 +41,6 @@ li { a.fsText { text-decoration: none; color: var(--foreground-inactive); - transform: scale(1); transition: background-color 0.2s, color 0.2s, transform 0.2s; } @@ -50,10 +50,6 @@ a.fsText { color: var(--foreground); } -a.fsText:hover { - /*color: var(--accent);*/ -} - .fsText { --font-size: 1.4em; font-size: var(--font-size); @@ -65,10 +61,8 @@ a.fsText:hover { width: max(30vmax,500px); left:50%; top:0; - /*margin-top: 1em;*/ padding: 0px 0 50px; padding-top: 5vh; - /*background-color: var(--foreground-inactive);*/ transform: translate(-50%, 0); }