Skip to content

Commit

Permalink
Add button interaction on the sign web page.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Dec 22, 2023
1 parent 30fa618 commit 4731fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front_end/public/sign.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* @fileoverview: The main stylesheet of application.
* @author: Obrymec - [email protected]
* @created: 2022-02-03
* @updated: 2023-12-17
* @updated: 2023-12-22
* @supported: DESKTOP
* @file: sign.css
* @version: 0.0.3
*/

/* Button hover */
button:hover {
background-color: var(--primary-color);
background-color: var(--primary-color-300);
}

/* Inputs focus */
Expand Down

0 comments on commit 4731fdc

Please sign in to comment.