aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-07 15:22:18 +0200
committerWilliam Hergès <william@herges.fr>2025-09-07 15:22:18 +0200
commite2f739c9e19f57b72b599eaf5bfc10265e62ddb8 (patch)
tree5f70c95d68ada9d8292ceec6a06d38dffdce0aa9 /scss
parente8da79df02b9045146e2a0cb9e035f14a68537c6 (diff)
feat(style): change tag to now
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss3
-rw-r--r--scss/tag.scss6
2 files changed, 3 insertions, 6 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 8723941..adb87be 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -92,6 +92,7 @@ main {
h1, h2, h3 {
margin-bottom: 1rem;
margin-top: 2rem;
+ font-weight: bold;
}
p {
@@ -116,6 +117,7 @@ h3 {
h4 {
font-size: 1.25rem;
+ font-weight: bold;
}
ul, ol {
@@ -224,6 +226,7 @@ em {
width: 100%;
column-gap: 1rem;
row-gap: 0.5rem;
+ justify-items: center;
@media only screen and (max-width: vars.$bp-little) {
grid-template-columns: 1fr;
column-gap: 0.5rem;
diff --git a/scss/tag.scss b/scss/tag.scss
index 5134f27..10fc161 100644
--- a/scss/tag.scss
+++ b/scss/tag.scss
@@ -37,10 +37,4 @@
display: block;
}
}
- &:hover {
- background: var(--tag-hover);
- & h4 {
- font-weight: bold;
- }
- }
}