diff options
author | Alan Pearce | 2024-05-05 18:54:56 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-05 18:54:56 +0200 |
commit | 27c10989e7c0fb799b0f580ccb9092ed4cfe0d72 (patch) | |
tree | 26e53ba99a952c64452a9beeb6ad0a2c36be92c0 /frontend/static | |
parent | 9317874ab59f7bbbb517ea6b38799752bb44b14c (diff) | |
download | searchix-27c10989e7c0fb799b0f580ccb9092ed4cfe0d72.tar.lz searchix-27c10989e7c0fb799b0f580ccb9092ed4cfe0d72.tar.zst searchix-27c10989e7c0fb799b0f580ccb9092ed4cfe0d72.zip |
style: remove border-radius
Diffstat (limited to 'frontend/static')
-rw-r--r-- | frontend/static/style.css | 1 |
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 { |