mirror of
https://github.com/stylersnico/linktree.git
synced 2026-06-04 16:08:30 +02:00
New styling for more lisibility
This commit is contained in:
+3
-2
@@ -47,8 +47,9 @@
|
||||
<i class="fas fa-lock"> </i>PGP Public key
|
||||
</a>
|
||||
</div>
|
||||
<!-- Background effect-->
|
||||
<div class='light x1'></div>
|
||||
|
||||
|
||||
<!-- <div class='light x1'></div> -->
|
||||
<div class='light x2'></div>
|
||||
<div class='light x3'></div>
|
||||
<div class='light x4'></div>
|
||||
|
||||
@@ -10,7 +10,7 @@ body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
font-weight: 100;
|
||||
background: radial-gradient(#66ccff,#1f1013);
|
||||
background: radial-gradient(#0e849c,#1f1013);
|
||||
-webkit-overflow-Y: hidden;
|
||||
-moz-overflow-Y: hidden;
|
||||
-o-overflow-Y: hidden;
|
||||
@@ -26,10 +26,10 @@ body {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
display: block;
|
||||
z-index: 20;
|
||||
margin: 40px auto 20px;
|
||||
border-radius: 50%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
#userName {
|
||||
@@ -58,6 +58,7 @@ body {
|
||||
border: solid var(--accentColor) 2px;
|
||||
border-radius: 10px;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
@@ -387,4 +388,4 @@ button:focus{
|
||||
50%{top: 0vh; opacity: .8;}
|
||||
75%{opacity: 1;}
|
||||
100%{top: -100vh; opacity: 0;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user