might work
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user