summaryrefslogtreecommitdiff
path: root/page.scss
diff options
context:
space:
mode:
authorMilan Mišić <twoexem@gmail.com>2024-02-11 15:08:00 +0100
committerMilan Mišić <twoexem@gmail.com>2024-02-11 15:08:00 +0100
commitce484ee66d556924f319517814cd7121485cf5ed (patch)
treed7a0715c213889d75c3df03d91b342f787a3a703 /page.scss
parent1ec8be62a36e3a16b3701e28b5ed48ee81022d0e (diff)
Fixed link colours, changed name of class from ”license” to ”button”
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 {