diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-11 23:03:33 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-11 23:03:33 +0000 |
| commit | 5bce54021e4890743cb553e389174f3bb2a713d5 (patch) | |
| tree | 4736fab14def41b5da3d27de2591c4b4a5597631 /static/css/custom.css | |
| parent | f5af177ff8abbe8a980224ef57bf215b0afa6416 (diff) | |
added content for nas upgrade
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 8365e68..993305e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -16,6 +16,7 @@ font-style: normal; font-weight: bold; } + blockquote { background: var(--inner-bg); border-left: 4px solid var(--hover); @@ -30,3 +31,14 @@ blockquote > p { font-weight: normal; font-family: "Zilla", serif; } + +table { + border-collapse: collapse; + width: 100%; +} + +td { + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; + padding: 0.6rem; +} |
