diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
| commit | 86f7a15a2843f8c207124345d13969fb05ecc611 (patch) | |
| tree | d0850ce1f334093f70a06eec5de97fb8b54372c2 /themes/assets/css/custom.css | |
| parent | 80e0fe22d28687f3599a949f1a4d29171b12b20f (diff) | |
| download | flevum-86f7a15a2843f8c207124345d13969fb05ecc611.tar.gz | |
Move themes files into the root directory
Diffstat (limited to 'themes/assets/css/custom.css')
| -rw-r--r-- | themes/assets/css/custom.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/themes/assets/css/custom.css b/themes/assets/css/custom.css deleted file mode 100644 index 5751615..0000000 --- a/themes/assets/css/custom.css +++ /dev/null @@ -1,31 +0,0 @@ -.epigraph { - text-align: right; -} - -table { - border-collapse: collapse; -} - -table td, table th { - padding: 0 0.25rem; -} - -table th { - border-bottom: 1px var(--form-success-bg) solid; -} - -table td { - border-bottom: 1px var(--form-success-text) solid; -} - -@media screen and (max-width: 800px) { - .site-navigation { /* Override for hard-coded light theme style. */ - background: rgba(0, 0, 0, 0.9); - } -} - -@media screen and (max-width: 800px) { - .site-navigation { /* Override for hard-coded light theme style. */ - background: rgba(0, 0, 0, 0.9); - } -} |
