diff options
Diffstat (limited to 'src/components/Highlight.module.css')
-rw-r--r-- | src/components/Highlight.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 |