diff --git a/core.css b/core.css index d7ab07b..cc6f984 100644 --- a/core.css +++ b/core.css @@ -6,7 +6,7 @@ --color: white; } -* { +*:not(td):not(th) { border-radius: 0.5rem; } @@ -29,3 +29,18 @@ main { margin: 1rem 1rem 0; color: var(--color); } + +.meaning { + color: #9f9a9a; + font-style: italic; + font-weight: 100; + font-size: 1.2rem; +} + +.meaning::before { + content: '('; +} + +.meaning::after { + content: ')'; +}