aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/custom.css
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-17 19:47:53 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-17 20:15:57 +0100
commit219c362b21608a9bb763ee310b1125a50aa1a312 (patch)
tree813a39325b8192b48d8ece1598ca38a04cb141ce /src/css/custom.css
parentFix research topic spacing on mobile (diff)
downloadblog-219c362b21608a9bb763ee310b1125a50aa1a312.tar.gz
blog-219c362b21608a9bb763ee310b1125a50aa1a312.tar.zst
blog-219c362b21608a9bb763ee310b1125a50aa1a312.zip
Add contacts section
Also enables responsive image optimization
Diffstat (limited to 'src/css/custom.css')
-rw-r--r--src/css/custom.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index 2141aa3..6261ca7 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -68,3 +68,9 @@ h6,
68.button { 68.button {
69 --casl: 1; 69 --casl: 1;
70} 70}
71
72.hash-link {
73 font-weight: 500;
74 --casl: 0;
75 --mono: 1;
76}