Merge pull request #492 from Ankit-Matth/change_color_of_buttons

Color of all buttons and elements changed from blue to #7D54D1
This commit is contained in:
Alex
2023-10-07 23:56:55 +01:00
committed by GitHub
6 changed files with 13 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ HTML example:
<input type="text" name="user" value="local" hidden>
<input type="text" name="name" placeholder="Name:">
<button type="submit" class="py-2 px-4 text-white bg-blue-500 rounded-md hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
<button type="submit" class="py-2 px-4 text-white bg-purple-30 rounded-md hover:bg-purple-30 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-30">
Upload
</button>
</form>