commit 8e222deb235b2c8a1f37972f0aedbe56f2f869cc
parent 1669cc193b29016aea569812aaa9f72995006223
Author: Hugo Soucy <hugo@soucy.cc>
Date: Wed, 15 Mar 2023 09:51:03 -0400
Set a color to the time element in h1
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/css/atoms/typography/titles.css b/src/css/atoms/typography/titles.css
@@ -24,6 +24,11 @@
font-size: var(--base-h1);
}
+.title-h1 time,
+h1 time {
+ color: var(--base-indigo);
+}
+
.title-h2, h2 {
font-size: var(--base-h2);
}