summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_blog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/web/_blog.scss')
-rw-r--r--assets/scss/web/_blog.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss
new file mode 100644
index 0000000..e0fcd5b
--- /dev/null
+++ b/assets/scss/web/_blog.scss
@@ -0,0 +1,27 @@
+.blog__header {
+ font-size: 2.4rem;
+ font-weight: 900;
+ margin-top: 1cm;
+}
+
+.posts {
+ font-size: 1.2rem;
+}
+
+.post__link {
+ &:link {
+ text-decoration: none;
+ }
+ &:hover {
+ text-decoration: underline;
+ text-decoration-color: $secondaryColor;
+ text-decoration-thickness: 2px;
+ text-underline-offset: 2px;
+ }
+}
+
+.post__content {
+ h1, h2, h3, h4, h5, h6 {
+ margin-bottom: 0px;
+ }
+}