diff options
author | floppydiskette <git@diskfloppy.me> | 2024-08-08 22:22:38 +0100 |
---|---|---|
committer | floppydiskette <git@diskfloppy.me> | 2024-08-08 22:22:38 +0100 |
commit | 04fc009874db2d539ad881b649f7ebb512f05312 (patch) | |
tree | 9934681b96c15ceffbc9ce8d682621ff875f1b4f /public/css/minimal.css | |
parent | fc5cd70e729f639aaf1c6ff6a4bf3d5d52664de9 (diff) |
Init rails apprails
Diffstat (limited to 'public/css/minimal.css')
-rw-r--r-- | public/css/minimal.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/public/css/minimal.css b/public/css/minimal.css deleted file mode 100644 index b64e0e9..0000000 --- a/public/css/minimal.css +++ /dev/null @@ -1,12 +0,0 @@ -* { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } -html { color-scheme: dark; } -body { color: #cad3f5; background-color: #181926; } -h1, h2, h4, ul, p { margin: 0; } -h1 { font-weight: normal; } -h4 { margin-bottom: 5px; } -ul { padding: 5px 30px; } -a { color: #8aadf4; text-decoration: none; } -a:hover { text-decoration: underline; } -code { font-family: monospace; } -code.addr { font-size: 24px; } -table { border: 1px solid #cad3f5; } |