about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-05 18:54:56 +0200
committerAlan Pearce2024-05-05 18:54:56 +0200
commit27c10989e7c0fb799b0f580ccb9092ed4cfe0d72 (patch)
tree26e53ba99a952c64452a9beeb6ad0a2c36be92c0
parent9317874ab59f7bbbb517ea6b38799752bb44b14c (diff)
downloadsearchix-27c10989e7c0fb799b0f580ccb9092ed4cfe0d72.tar.lz
searchix-27c10989e7c0fb799b0f580ccb9092ed4cfe0d72.tar.zst
searchix-27c10989e7c0fb799b0f580ccb9092ed4cfe0d72.zip
style: remove border-radius
-rw-r--r--frontend/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css
index d6534b8..f21d3ac 100644
--- a/frontend/static/style.css
+++ b/frontend/static/style.css
@@ -1,4 +1,5 @@
 :root {
+  --standard-border-radius: 0;
   --preformatted: var(--code);
 }
 form {