New styling for more lisibility

This commit is contained in:
Nicolas Simond
2025-01-05 13:19:38 +01:00
committed by GitHub
parent 5bdd9a4830
commit 917e565fb0
2 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -47,8 +47,9 @@
<i class="fas fa-lock">&nbsp;</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>
+4 -3
View File
@@ -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;}
}
}