summaryrefslogtreecommitdiff
path: root/beauty.css
diff options
context:
space:
mode:
Diffstat (limited to 'beauty.css')
-rw-r--r--beauty.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/beauty.css b/beauty.css
index 7b55536..b4d60bd 100644
--- a/beauty.css
+++ b/beauty.css
@@ -52,27 +52,27 @@
border-radius: 5px;
}
-.license {
+.button {
display: flex;
justify-content: center;
width: auto;
}
-.license div {
+.button div {
border: 3px solid transparent;
border-radius: 5px;
padding: 5px;
max-width: max-content;
text-align: center;
- backdrop-filter: blur(1px) brightness(80%);
- -webkit-backdrop-filter: blur(1px) brightness(80%);
+ backdrop-filter: blur(1px) brightness(70%);
+ -webkit-backdrop-filter: blur(1px) brightness(70%);
transition: 0.2s ease-in-out;
}
-.license div:hover {
+.button div:hover {
backdrop-filter: blur(5px) brightness(60%);
-webkit-backdrop-filter: blur(5px) brightness(60%);
transition: 0.2s ease-in-out;
}
-.license div a {
+.button div a {
color: white;
}
@@ -114,13 +114,13 @@ body {
background-attachment: fixed;
}
body a:link {
- color: aqua;
+ color: #00ffff;
}
body a:visited {
- color: blue;
+ color: #8ad4ff;
}
body a:hover {
- color: blue;
+ color: #ffffff;
}
/*main {