aboutsummaryrefslogtreecommitdiff
path: root/src/fcuny.net/static/css/custom.css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-14 08:56:53 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-14 08:56:53 -0700
commitc4afe667db7734f41de3fca9d1c18e309abcc1d8 (patch)
tree3b3d88d4c7c38a1758d5313e8116181900b8e864 /src/fcuny.net/static/css/custom.css
parentcreate common network configuration for nixos (diff)
downloadinfra-c4afe667db7734f41de3fca9d1c18e309abcc1d8.tar.gz
import my website under `src`
This does not import the history of the previous repository.
Diffstat (limited to '')
-rw-r--r--src/fcuny.net/static/css/custom.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/fcuny.net/static/css/custom.css b/src/fcuny.net/static/css/custom.css
new file mode 100644
index 0000000..26c0436
--- /dev/null
+++ b/src/fcuny.net/static/css/custom.css
@@ -0,0 +1,34 @@
+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;
+}