summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-11 16:33:59 +0200
committerMartin Fischer <martin@push-f.com>2025-04-13 20:19:48 +0200
commit50ea018252ce69542eab6a107b99ea8179810d1e (patch)
tree25091624110c413bd095581f79b50cd7ab030656 /assets/style.css
parent16b01fd1dfb8797b5529ea444f5b26cd26be9c3c (diff)
refactor: introduce lex-serve package
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/assets/style.css b/assets/style.css
deleted file mode 100644
index 3b064c2..0000000
--- a/assets/style.css
+++ /dev/null
@@ -1,40 +0,0 @@
-body {
- font-family: Roboto, Helvetica, Arial, sans-serif;
- max-width: 500px;
- margin: 0.5em auto;
- text-align: center;
-}
-
-.countries {
- text-align: left;
- border: 1px solid #ccc;
- border-radius: 5px;
-
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
-}
-
-.cc-link {
- display: inline-block;
- line-height: 50px;
- text-align: center;
- color: inherit;
- text-decoration: navajowhite;
- font-size: 1.2em;
- border: 2px solid transparent;
- box-sizing: border-box;
-}
-
-.cc-link:hover {
- background: #e6f3ff;
- border-radius: 5px;
-}
-
-h2 {
- font-weight: normal;
- margin-top: 0.5em;
-}
-
-#suggestions {
- text-align: left;
-} \ No newline at end of file