From 1a5ed86daf4bcf56fd4d6381b1221aeed2b3b0e9 Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Mon, 26 Dec 2022 21:19:04 +0300 Subject: [PATCH] decrease definitions font weight --- templates/Japanese sentences/template.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/Japanese sentences/template.css b/templates/Japanese sentences/template.css index fc6c5f4..1702d8f 100644 --- a/templates/Japanese sentences/template.css +++ b/templates/Japanese sentences/template.css @@ -169,6 +169,13 @@ div.ensentence>a.hint:hover { background-color: rgba(0, 0, 0, 0.03); } +/* Definition */ + +.definitions, +.notes { + font-weight: 300; +} + /* Tags */ .tags {