Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 26, 2024
1 parent e8ec3dd commit a7892f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ body {
opacity: 1;
}

::file-selector-button{
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}
Expand Down

0 comments on commit a7892f8

Please sign in to comment.