diff --git a/index.html b/index.html index 03abf55..7ba4c81 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Tauri + React + TS + Pixel RSS diff --git a/src/Articles.tsx b/src/Articles.tsx new file mode 100644 index 0000000..9f5f2e4 --- /dev/null +++ b/src/Articles.tsx @@ -0,0 +1,12 @@ +import "./App.css"; + +function Articles() { + + return ( +
+ This is the Articles Component +
+ ); +} + +export default Articles; diff --git a/src/assets/font/LanaPixel.md b/src/assets/font/LanaPixel.md new file mode 100644 index 0000000..642aff9 --- /dev/null +++ b/src/assets/font/LanaPixel.md @@ -0,0 +1,92 @@ +LanaPixel +=============== +A font for localizing pixel art games +--------------- +Most pixel art fonts support a very small set of characters (typically basic Latin, with a few accented characters and Cyrillic if you're lucky), making them unsuitable for use in games that should be localized. I created LanaPixel to use in my own games, but since this is a common problem, I've decided to make it available to the public. + +LanaPixel contains approximately 19.5k characters, with support for most modern European languages (Latin, Greek, Cyrillic), Turkish (Latin), and Korean (Hangul), good support for Japanese and Simplified Chinese, and decent support for Traditional Chinese. The Latin, Greek, and Cyrillic characters have kerning. + +This is a pixel font, designed to be displayed at 11px and multiples thereof. The actual character dimensions vary, but they are all designed to look nice together. The CJK characters are 9x9 pixels, the Latin characters have a cap-height of 7px and an x-height of 5px. The font is a TTF for maximum compatibility with game engines, and includes both bitmaps and outlines. + +Most of the outlines are courtesy of chimeforest (https://github.com/chimeforest), derived from a PNG generated from the original bitmap font by @LorenLemcke on Twitter. + +Coverage details +--------------- +Latin: + +- Basic Latin +- Latin-1 Supplement +- Latin Extended-A +- *Partial* Latin-Extended-B (Romanian consonants and vowels used in modern Slavic languages) +- Latin Ligatures +- Latin Full Width Forms + +Greek: + +- Greek +- *Partial* Greek Extended (miniscule vowels with some of the simpler diacritics) + +Cyrillic: + +- *Partial* Cyrillic (Full support for Russian, Ukrainian, Serbian, Bulgarian, and probably others, but very limited support for historical characters and Cyrillic characters used for non-Slavic languages) + +CJK: + +- Hiragana, Katakana (except a couple of symbols used only for vertical writing) +- Katakana Half Width Forms +- *Partial* CJK Symbols and Punctuation (all punctuation and Suzhou numerals) +- CJK Half-Width punctuation +- Approximately 6970 hanzi/kanji in the CJK Unified Ideographs and Extension A blocks + - All JIS Level 1 kanji and a large selection of Level 2 kanji. This includes all Jōyō kanji and many additional kanji. + - Most common 3000 Simplified Chinese characters, plus a bunch of extras + - Most common 1000 Traditional Chinese characters, plus a bunch of extras, but excluding a few that are found in Extension B + - The appearance of the characters that are written differently in Chinese and Japanese skews towards Japanese, as I am more familiar with that language. +- Bopomofo +- Bopomofo Extended + +Hangul (Note: Hangul is excluded from the "NoKorean" version of the font): + +- Hangul Syllables (modern Korean; trivia: this block comprises 11k of the 19k glyphs in this font, which is why a version without it is available) + +Miscellaneous: + +- *Partial* IPA Extensions (ɑ, ɒ, ə, ʊ, ʔ) +- *Partial* General Punctuation (dashes and various quotes) +- *Partial* Arrows (the basic 8-directional arrows) +- *Partial* Miscellaneous Symbols (checkboxes, astrological symbols, card suits, music notes) +- Half Width Symbol Variants (half-width arrows) +- Runic (I focused on modern languages for this font, but I can't resist runes) +- Special symbols in the Private Use Area representing various controller inputs, in outline and filled styles. See the accompanying controllerbuttons.html file for a table of them. + +East Asian localization caveat +--------------- +The small size inevitably leads to legibility issues for more complex characters, such as some Chinese characters. To make sure your game remains legible, you should make your localizer aware of the small resolution of the text and ask them to favour wordings that use visually simpler characters. In the case of Japanese, hard-to-read kanji can usually be replaced with their kana readings. + +The same goes for Korean. Closed syllables with R/L (e.g. 를 reul) are particularly hard to read at this size (and even some larger sizes!) and are best used sparingly. + +Support me +--------------- +This font is completely free, including for commercial use, but if you find it useful and have the money to spare, I wouldn't say no to a few bucks! https://ko-fi.com/eishiya + + +License +--------------- +LanaPixel font (c) 2020-2023, eishiya (https://mastodon.art/@eishiya) + +You may choose either one of these two licences for this font: + +- The SIL Open Font License, the full text of which can be found in the LanaPixel_OpenFontLicense.txt file. +- CC-BY 4.0, the full text of which can be found in the LanaPixel_CC-BYLicense.txt file. + +The licenses are provided as separate files for easy drop-in into your game's licences list. + +tl;dr: + +- You *can* use this font for free, even in commercial projects. +- You *can* modify this font to suit your needs. +- You *can* distribute this font and modifications of it with your games. + - If you do, you must include the above copyright notice somewhere with your game, but it doesn't have to be in the game credits, it can just be in the game files somewhere. + - If you're using the OFL, just copy the license file wherever you have your other licences and you're good to go. + - If you're using CC-BY, you need to include a notice that the font is licenced under CC-BY 4.0 and the disclaimer of warranties. Copying the included file *should* suffice for that. + - Honestly though, I'm not going to be strict about this bit, just don't be a dick, and don't claim others' work as your own. +- You *cannot* sell this font on its own, even if you have modified it. \ No newline at end of file diff --git a/src/assets/font/LanaPixel.ttf b/src/assets/font/LanaPixel.ttf new file mode 100644 index 0000000..33cad50 Binary files /dev/null and b/src/assets/font/LanaPixel.ttf differ diff --git a/src/assets/font/LanaPixel_CC-BYLicense.txt b/src/assets/font/LanaPixel_CC-BYLicense.txt new file mode 100644 index 0000000..6e95e92 --- /dev/null +++ b/src/assets/font/LanaPixel_CC-BYLicense.txt @@ -0,0 +1,325 @@ +LanaPixel font (c) 2020, eishiya (https://mastodon.art/@eishiya) + +This font is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. + +A copy of this license also appears below. + +----------------------------------------------------------- +Creative Commons Attribution 4.0 International Public License +----------------------------------------------------------- + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. \ No newline at end of file diff --git a/src/assets/font/LanaPixel_OpenFontLicense.txt b/src/assets/font/LanaPixel_OpenFontLicense.txt new file mode 100644 index 0000000..527bbd0 --- /dev/null +++ b/src/assets/font/LanaPixel_OpenFontLicense.txt @@ -0,0 +1,94 @@ +LanaPixel font (c) 2020, eishiya (https://mastodon.art/@eishiya) +with Reserved Font Name LanaPixel. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/src/main.css b/src/main.css new file mode 100644 index 0000000..57220c6 --- /dev/null +++ b/src/main.css @@ -0,0 +1,17 @@ +.flex-container { + display: flex; + padding: 1vh; + column-gap: 2%; + padding-top: 3vh; + min-height: 94vh; + flex: 1 1 auto; + overflow-y: auto; +} +.articles { + border-right: 2px white; + flex: 0 1 auto; +} + +.feed { + flex: 0 1 auto; +} \ No newline at end of file diff --git a/src/main.tsx b/src/main.tsx index b9e7fca..060f119 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,14 +1,21 @@ -import React from "react"; +import React, { useState } from "react"; import ReactDOM from "react-dom/client"; -import App from "./App"; import Title from "./Title"; import Feed from "./Feed"; +import Articles from "./Articles"; import "./styles.css"; +import "./main.css"; ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - <Feed/> - {/* <App /> */} - </React.StrictMode>, + <div className="flex-container"> + <div className="articles"> + <Articles /> + </div> + <div className="feed"> + <Feed /> + </div> + </div> + </React.StrictMode> ); diff --git a/src/styles.css b/src/styles.css index f7de85b..b33262f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,5 +1,6 @@ :root { - font-family: Inter, Avenir, Helvetica, Arial, sans-serif; + font-family: LanaPixel; + src: url(assets/font/LanaPixel.ttf); font-size: 16px; line-height: 24px; font-weight: 400; @@ -14,14 +15,13 @@ -webkit-text-size-adjust: 100%; } -.container { +/* .container { margin: 0; - padding-top: 10vh; display: flex; flex-direction: column; justify-content: center; text-align: center; -} +} */ .logo { height: 6em; @@ -53,20 +53,6 @@ h1 { text-align: center; } -input, -button { - border-radius: 8px; - border: 1px solid transparent; - padding: 0.6em 1.2em; - font-size: 1em; - font-weight: 500; - font-family: inherit; - color: #0f0f0f; - background-color: #ffffff; - transition: border-color 0.25s; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); -} - button { cursor: pointer; } @@ -84,10 +70,6 @@ button { outline: none; } -#greet-input { - margin-right: 5px; -} - @media (prefers-color-scheme: dark) { :root { color: #f6f6f6;