diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-03-10 11:40:28 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-03-10 11:40:28 +0000 |
commit | f72707126ee3c0bb161e9749485a27bf372e3527 (patch) | |
tree | 867d46f503f793b83ec2d09e72ae7db952e7b69c /user/static | |
parent | e905d0d7e03ee14bbde5a4d4cad16587919e5004 (diff) |
Remove unneccessary folder level
Diffstat (limited to 'user/static')
-rw-r--r-- | user/static/favicon.ico | bin | 318 -> 0 bytes | |||
-rw-r--r-- | user/static/styles.css | 51 |
2 files changed, 0 insertions, 51 deletions
diff --git a/user/static/favicon.ico b/user/static/favicon.ico Binary files differdeleted file mode 100644 index 9de610e..0000000 --- a/user/static/favicon.ico +++ /dev/null diff --git a/user/static/styles.css b/user/static/styles.css deleted file mode 100644 index 2186656..0000000 --- a/user/static/styles.css +++ /dev/null @@ -1,51 +0,0 @@ -h1 { - text-align: center; - font-size: 4em; - width: 100%; - font-family: monospace; - margin: 0; -} - -h1.jumbo { - background-image: linear-gradient(green, darkgreen); - color: white; - text-align: center; - font-size: 10em; - width: 100%; - padding: 50px 10px; - vertical-align: middle; -} - -body { - margin: 0; - font-family: monospace; -} - -div { - padding: 1em; -} - -table#toplinks { - width: 100%; - td { - width: 1%; - text-align: center; - a { - font-size: 2em; - color: green; - text-decoration: none; - } - a:hover { - color: darkgreen; - filter: blur(2px); - } - } -} - -blockquote { - font-style: italic; -} - -div#quote { - font-weight: bold; -} |