2022年6月30日(木)23:23:06 370文字 WEB,てがろぐ
(ツイート埋め込み処理中...)Twitterで見る
2022年6月30日(木)18:32:11 238文字 WEB,書籍・古本・古書,買い物
2022年6月30日(木)15:40:43 6文字 日記
2022年6月30日(木)15:20:32 12文字 日記
2022年6月30日(木)11:30:15 6文字 日記
2022年6月30日(木)10:07:56 46文字 WEB,てがろぐ
2022年6月30日(木)03:27:47 6文字 日記
以下のコードで検索結果ハイライト修飾してみた(これでいいのかな?)。
/*-------↓検索ハイライト------- */
strong.searchword{
font-weight: bold;
background-color:#e0de94;
border-radius: 1em;
padding: 2px 10px;
}
/*-------↑検索ハイライト------- *