diff --git a/website/public/styles/global.css b/website/public/styles/global.css index 3a43e35c..c34da0d4 100644 --- a/website/public/styles/global.css +++ b/website/public/styles/global.css @@ -1817,6 +1817,30 @@ a:hover { color: var(--color-text-emphasis); } +.article-content table { + width: 100%; + border-collapse: collapse; + margin: 16px 0; + font-size: 14px; +} + +.article-content th, +.article-content td { + padding: 10px 14px; + text-align: left; + border: 1px solid var(--color-border); +} + +.article-content th { + font-weight: 600; + color: var(--color-text-emphasis); + background-color: var(--color-glass); +} + +.article-content tr:hover { + background-color: var(--color-glass); +} + /* Learning Hub - Index Page */ .learning-hub-section h2 { font-size: 24px;