diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-07-24 04:25:00 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-07-24 04:25:40 +0000 |
| commit | a6a3f943063ce04fd0fd3030c6f67711a7943bd4 (patch) | |
| tree | f3a6c8b97f61031641c4c0e613c76e9a60a1910b /static/css | |
| parent | 3a2dd35f4b6b6414ec3ba4af4e0984598ff9aa35 (diff) | |
preparing for switch to typst
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/custom.css | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/static/css/custom.css b/static/css/custom.css deleted file mode 100644 index 993305e..0000000 --- a/static/css/custom.css +++ /dev/null @@ -1,44 +0,0 @@ -@font-face { - font-family: "Zilla"; - src: url('../fonts/zilla/ZillaSlab-Regular.ttf') format('truetype'); - font-style: normal; - font-weight: normal; -} -@font-face { - font-family: "Zilla"; - src: url('../fonts/zilla/ZillaSlab-Italic.ttf') format('truetype'); - font-style: italic; - font-weight: normal; -} -@font-face { - font-family: "Zilla"; - src: url('../fonts/zilla/ZillaSlab-Bold.ttf') format('truetype'); - font-style: normal; - font-weight: bold; -} - -blockquote { - background: var(--inner-bg); - border-left: 4px solid var(--hover); - margin: 0 0 1.5rem 1.5rem; - padding: 0.5em 10px; - border-radius: 4px; -} - -blockquote > p { - font-style: normal; - color: var(--off-fg); - 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; -} |
