[ADD] GENERAL: Form label font weight

This commit is contained in:
Horilla
2023-10-09 12:01:55 +05:30
parent b6509b4617
commit 03ccee51b8

View File

@@ -84,6 +84,9 @@
border-left: 4px solid rgb(103, 171, 238);
border-radius: 5px;
}
form label{
font-weight: 700;
}
</style>
</head>