aboutsummaryrefslogtreecommitdiffstats
path: root/styles.css
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-04-25 01:13:03 +0100
committerLeonardo Bishop <me@leonardobishop.com>2025-04-25 01:13:03 +0100
commitc86f2b723e6956a6544bf98dc5011bd303280c6e (patch)
treef889fc105517e8a83863de621aa18a48e1231565 /styles.css
parent45a18c0ecb364c42307641b4057ff5a814e69b2e (diff)
Restructure repository
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/styles.css b/styles.css
deleted file mode 100644
index d984996..0000000
--- a/styles.css
+++ /dev/null
@@ -1,50 +0,0 @@
-html, body {
- font-family: sans-serif;
-
-}
-table {
- border-collapse: collapse;
-}
-
-th, td {
- text-align: left;
- padding: 8px;
- border: black 1px solid;
-}
-
-th {
- background-color: #f2f2f2;
-}
-
-a {
- color: #0000EE;
-}
-
-a :visited{
- color: #0000EE;
-}
-
-.status-banner {
- background-color: #f2f2f2;
- padding: 0 5px;
- border: 1px solid #e7e7e7;
-}
-
-.status-banner.good {
- background-color: #aaffaa;
- border: 1px solid #90ee90;
-}
-
-.status-banner.bad {
- background-color: #ffcccb;
- border: 1px solid #ff6666;
-}
-
-.container {
- max-width: 800px;
- margin: 0 auto;
-}
-
-.control-list a {
- text-decoration: none;
-} \ No newline at end of file