might work

This commit is contained in:
2024-01-25 12:36:19 +01:00
parent fac905199e
commit d0dce86e57
2 changed files with 6 additions and 10 deletions

View File

@@ -1,13 +1,16 @@
/* Common styles for all pages */
body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background-color: #161c21;
color: aliceblue;
overflow-x: hidden; /* Prevent horizontal scrolling */
overflow-x: hidden;
}
h2 {
text-align: center;
}
@@ -27,8 +30,6 @@ a {
border-radius: 50px;
}
.user-index-header-text {
width: 80%;
margin: auto;
@@ -52,7 +53,4 @@ a {
.outlined-text {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 2.2px #8c00ff;
}
}