summaryrefslogtreecommitdiff
path: root/page.scss
diff options
context:
space:
mode:
Diffstat (limited to 'page.scss')
-rwxr-xr-xpage.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/page.scss b/page.scss
index e282da5..0423832 100755
--- a/page.scss
+++ b/page.scss
@@ -73,8 +73,8 @@
}
}
-.license {
- // Small information text about the licenses used
+.button {
+ // Used to display an anchor tag properly
//font: 14px 'Varela';
display: flex;
@@ -91,9 +91,9 @@
padding: 5px;
max-width: max-content;
text-align: center;
- backdrop-filter: blur(1px) brightness(80%);
+ backdrop-filter: blur(1px) brightness(70%);
// Apple WebShit compatibility
- -webkit-backdrop-filter: blur(1px) brightness(80%);
+ -webkit-backdrop-filter: blur(1px) brightness(70%);
transition: 0.2s ease-in-out;
&:hover {