aboutsummaryrefslogtreecommitdiff
path: root/static/css/custom.css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-06 15:26:03 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-06 15:26:03 -0700
commit25fa2237ba8a96a86bf5db30baa597a5b25168d7 (patch)
treed1c6fe71973d532bed4d05b29f995abcc3d4623d /static/css/custom.css
parentconvert index from markdown to org (diff)
downloadfcuny.net-25fa2237ba8a96a86bf5db30baa597a5b25168d7.tar.gz
generate the site and the resume using pandoc
Diffstat (limited to 'static/css/custom.css')
-rw-r--r--static/css/custom.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
deleted file mode 100644
index 26c0436..0000000
--- a/static/css/custom.css
+++ /dev/null
@@ -1,34 +0,0 @@
-body {
- margin: 0;
- font-size: 1rem;
- line-height: 2;
- background-color: #f4f4f4;
- font-weight: normal;
- font-style: normal;
- font-family: monospace;
- color: #333333;
- padding: 20px;
-}
-
-main {
- max-width: 50rem;
- margin: 0 auto;
- padding: 0 1em;
- padding-top: 6em;
- padding-bottom: 2em;
-}
-
-p {
- margin: 0 0 1em;
-}
-
-a {
- color: inherit;
- text-decoration: none;
- border-bottom: 1px solid #b1b1b1
-}
-
-ul {
- display: block;
- padding-left: 1em;
-}