diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.css b/templates/index.css index cb26dbd..911fe58 100644 --- a/templates/index.css +++ b/templates/index.css @@ -138,3 +138,16 @@ hr { border-color: var(--pink); border-style: solid; } + +main article table { + border-collapse: collapse; +} +main article table thead { + background-color: var(--green); +} +main article table tr td, +main article table tr th { + border: 1px solid var(--blue); + padding: 2px 8px; +} + |