From 361f2b90070d99ce4676f4aed088e83f31eac325 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:36:03 +0900 Subject: initial commit --- src/components/Highlight.module.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/components/Highlight.module.css (limited to 'src/components/Highlight.module.css') diff --git a/src/components/Highlight.module.css b/src/components/Highlight.module.css new file mode 100644 index 00000000..a1eb5491 --- /dev/null +++ b/src/components/Highlight.module.css @@ -0,0 +1,6 @@ +.span { + background-color: yellow; + border-radius: '2px'; + color: '#fff'; + padding: '0.2rem'; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf