refactor: Update font-weight and border width for consistent styling

This commit is contained in:
n4ze3m
2024-06-12 00:48:46 +05:30
parent d32f133f35
commit f131069d7b
2 changed files with 37 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
.arimo {
font-family: "Arimo", sans-serif;
font-weight: 400;
font-weight: 500;
font-style: normal;
}
@@ -60,7 +60,7 @@
}
.animated-gradient-border {
border: 4px solid;
border: 3px solid;
border-image-slice: 1;
animation: gradient-border 3s infinite;
border-radius: 10px;