summaryrefslogtreecommitdiff
path: root/beauty.css
diff options
context:
space:
mode:
authorMilan Mišić <twoexem@gmail.com>2024-02-05 23:40:35 +0100
committerMilan Mišić <twoexem@gmail.com>2024-02-05 23:40:35 +0100
commit1ec8be62a36e3a16b3701e28b5ed48ee81022d0e (patch)
treeeecee830fe4041cb2f53928b38806f26e2bffeb7 /beauty.css
parent1d3fac9f738ccf5e0b33b1ba6955103e4dbd3bf4 (diff)
Clean up HTML and remove unneccessary divs
Diffstat (limited to 'beauty.css')
-rw-r--r--beauty.css28
1 files changed, 3 insertions, 25 deletions
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 {