diff options
author | Alex Auvolat <alex@adnab.me> | 2023-07-21 22:07:22 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-07-21 22:07:22 +0200 |
commit | a5b0ba4f4013fedf7b291b5801c0fcce22a35a60 (patch) | |
tree | 556fd72b617f3d4dd878b854503201d0d1792ed6 /html/style.css | |
parent | 903cc6a3711d7b501371ee3ef55ae0f50d6cd63d (diff) | |
download | datagengo-a5b0ba4f4013fedf7b291b5801c0fcce22a35a60.tar.gz datagengo-a5b0ba4f4013fedf7b291b5801c0fcce22a35a60.zip |
add kanji links to jisho.org
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 7fdbc5e..35c7948 100644 --- a/html/style.css +++ b/html/style.css @@ -1,5 +1,6 @@ a { color: blue; + text-decoration: none; } tr:hover { |