From 8ea1525df40751af2702a508c3ecf2edf2d76107 Mon Sep 17 00:00:00 2001
From: Seth <37915796+iSaluki@users.noreply.github.com>
Date: Mon, 03 Oct 2022 18:45:54 +0000
Subject: [PATCH] Add SethMB Work (#203)
---
assets/styles/base.scss | 22 +++++++++++++++-------
1 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/assets/styles/base.scss b/assets/styles/base.scss
index db8f30d..5eaf6c4 100644
--- a/assets/styles/base.scss
+++ b/assets/styles/base.scss
@@ -10,11 +10,14 @@
html {
scroll-behavior: smooth;
&:lang(ar) {
- & p, & h1, & h2, & h3, article {
+ & p, & h1, & h2, & h3, article, header {
direction: rtl;
text-align: right;
}
}
+ & footer > p {
+ text-align: center !important;
+ }
}
.singlePage {
@@ -42,15 +45,15 @@
padding: 2rem auto 1rem;
&:hover > .hanchor {
- opacity: 1;
+ color: var(--secondary);
}
}
.hanchor {
font-family: var(--font-header);
- opacity: 0.2;
- transition: opacity 0.3s ease;
- color: var(--secondary);
+ opacity: 0.8;
+ transition: color 0.3s ease;
+ color: var(--dark);
}
p, ul, text, a, tr, td, li, ol, ul {
@@ -177,6 +180,7 @@
article {
& > h1 {
+ margin-top: 2em;
font-size: 2em;
}
@@ -223,7 +227,7 @@
& > li {
display: inline-block;
- margin: 0.4em 0;
+ margin: 0.4em 0.2em;
}
& > li > a {
@@ -591,9 +595,13 @@
font-size: 0.8rem;
}
+ & > p {
+ margin: 0;
+ padding: 0.5rem 0;
+ }
+
& > p, & > a {
font-size: 1rem;
- margin: 0.7rem 0;
font-weight: 400;
user-select: none;
}
--
Gitblit v1.10.0