aboutsummaryrefslogtreecommitdiff
path: root/web/src/styles/Quote.css
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-23 01:39:11 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-23 01:39:11 -0400
commitd7c46a9eae28046bb26da182abc298dc18ed5a10 (patch)
treea1f9955a757b150b88ed5398ef851ab2d1d4a46b /web/src/styles/Quote.css
parentb60e681998a456adecb93b5fe04b66ad4ac9abb6 (diff)
downloadAleeBot-d7c46a9eae28046bb26da182abc298dc18ed5a10.tar.gz
AleeBot-d7c46a9eae28046bb26da182abc298dc18ed5a10.tar.bz2
AleeBot-d7c46a9eae28046bb26da182abc298dc18ed5a10.zip
Replacing Astro with Next.JS; Prefix warning; Consistent env vars
Diffstat (limited to 'web/src/styles/Quote.css')
-rw-r--r--web/src/styles/Quote.css33
1 files changed, 0 insertions, 33 deletions
diff --git a/web/src/styles/Quote.css b/web/src/styles/Quote.css
deleted file mode 100644
index 8adfb29..0000000
--- a/web/src/styles/Quote.css
+++ /dev/null
@@ -1,33 +0,0 @@
-.quote {
- display: flex;
- flex-direction: column;
- background: #555555;
- color: #FFFFFF;
- padding: 1em;
-}
-
-ul.quoteList {
- margin: 0;
- padding: 0;
-}
-
-li.quoteList {
- list-style-type: none;
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
-.author {
- display: flex;
- flex-direction: row;
-}
-
-h1.quoteAuthor {
- font-size: 1.5em;
- padding: 0;
- margin: 0 0 0 .5em;
-}
-
-.quoteText {
- margin: .5em 0;
-}