commit cbebbad06db9d8333b2f5b0013e4a4f8222908d8 parent 62ea9cceeedd73c153e2bffd2621ea3a4f20079c Author: Ed van Bruggen <ed@edryd.org> Date: Mon, 5 May 2025 17:13:33 -0400 Make links in paragraphs bold Diffstat:
M | static/css/theme.css | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/static/css/theme.css b/static/css/theme.css @@ -919,7 +919,11 @@ a { color: #555; text-decoration: none; font-style: italic; - /* font-weight: 500; */ +} + +p a { + color: #303030; + font-weight: 600; } a:hover, a:focus {