diff options
author | Malte Voos <git@mal.tc> | 2023-04-02 14:17:37 +0200 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2023-04-02 14:17:37 +0200 |
commit | 4eda3b3b184acc5128f96c04423da75890098323 (patch) | |
tree | 6aeeb1015ada8e1163768a381de239305244eb34 | |
parent | 0bcc0b0e3ea0c2641d98b33b0391e902902bec02 (diff) | |
download | life-4eda3b3b184acc5128f96c04423da75890098323.tar.gz life-4eda3b3b184acc5128f96c04423da75890098323.zip |
remove border around webring
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html index 29c3494..1e30d65 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ position: fixed; top: 0; left: 0; + border: none; } #noscript { position: fixed; |