From 5d930daf587783bc90aab3d572d77a5c5dfe7326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?wam=CE=BF?= Date: Fri, 10 Mar 2023 16:00:47 +0900 Subject: [PATCH] Update style.css --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6138fde..75939fe 100644 --- a/style.css +++ b/style.css @@ -28,12 +28,14 @@ a { text-decoration: none; color: rgb(0, 100, 255); transition-duration: 200ms; - word-wrap: break-word; - overflow-wrap: break-word; } a:hover { opacity: 0.7; } +a, code { + word-wrap: break-word; + overflow-wrap: break-word; +} iframe { width: auto; height: auto;