diff options
Diffstat (limited to '')
| -rw-r--r-- | app/fcuny-net/static/main.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/fcuny-net/static/main.css b/app/fcuny-net/static/main.css new file mode 100644 index 0000000..12df426 --- /dev/null +++ b/app/fcuny-net/static/main.css @@ -0,0 +1,24 @@ +body { + width: auto; + max-width: 700px; + padding: 0 15px; + margin: 5rem auto; + font: + 1rem/2 -apple-system, + sans-serif; + background-color: white; + color: #242936; +} +p { + margin: 0 0 1em; +} +a { + color: inherit; + text-decoration: none; + border-bottom: 2px solid #007f9f; +} +ul { + display: inline-block; + text-align: left; + padding-left: 1em; +} |
