From 1ec8be62a36e3a16b3701e28b5ed48ee81022d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Mon, 5 Feb 2024 23:40:35 +0100 Subject: Clean up HTML and remove unneccessary divs --- beauty.css | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'beauty.css') diff --git a/beauty.css b/beauty.css index 4f82148..7b55536 100644 --- a/beauty.css +++ b/beauty.css @@ -1,25 +1,3 @@ -.list { - /*border: 3px solid transparent; - border-radius: 5px; - backdrop-filter: blur(1px) brightness(80%); - padding: 5px; - //width: max-content;*/ - display: flex; - justify-content: center; -} -.list div { - border: 3px solid transparent; - border-radius: 5px; - backdrop-filter: blur(1px) brightness(90%); - -webkit-backdrop-filter: blur(1px) brightness(80%); - padding: 5px; -} -.list div .TOOD { - text-align: center; - backdrop-filter: none; - -webkit-backdrop-filter: none; -} - .grid { letter-spacing: 0px; display: flex; @@ -136,13 +114,13 @@ body { background-attachment: fixed; } body a:link { - color: silver; + color: aqua; } body a:visited { - color: aqua; + color: blue; } body a:hover { - color: white; + color: blue; } /*main { -- cgit v1.2.3