diff options
Diffstat (limited to 'includes/main.css')
-rw-r--r-- | includes/main.css | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/includes/main.css b/includes/main.css index 0c3f6ad..92fcf5c 100644 --- a/includes/main.css +++ b/includes/main.css @@ -1,6 +1,14 @@ -:root { +*, +::before, +::after { + box-sizing: border-box; +} + +html { + line-height: 1.15; + tab-size: 4; + color-scheme: dark light; accent-color: darkred; - text-align: justify; } * :any-link { @@ -18,6 +26,10 @@ aside { padding: 0.5rem; } +article { + text-align: justify; +} + img, svg, video, @@ -30,6 +42,11 @@ object { display: block; } +h1 { + margin-block: 0.67em; + font-size: 2em; +} + img, svg, video, @@ -41,6 +58,16 @@ picture { display: contents; } +table { + border-collapse: collapse; +} + +table, +th, +td { + border: 1px solid; +} + @media screen { * :any-link:hover, |