Skip to content

Commit

Permalink
Update paste.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
hedho authored Jun 28, 2023
1 parent 0ffa3d3 commit f0a3e50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions paste.pl
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ sub format_expires {
height: 300px;
resize: none;
}
.btn-primary {
background-color: #007bff;
border-color: #007bff;
.btn-primary {
background-color: #00a6ff;
border-color: #00a6ff;
}
.btn-primary:hover {
background-color: #0069d9;
Expand All @@ -137,7 +137,7 @@ sub format_expires {
.footer {
text-align: center;
margin-top: 50px;
background-color: #007bff;
background-color: #00a6ff;
color: #fff;
width: 100%;
position: fixed;
Expand Down Expand Up @@ -207,7 +207,7 @@ sub format_expires {
.footer {
text-align: center;
margin-top: 50px;
background-color: #007bff;
background-color: #00a6ff;
color: #fff;
width: 100%;
position: fixed;
Expand Down Expand Up @@ -271,7 +271,7 @@ sub format_expires {
.footer {
text-align: center;
margin-top: 50px;
background-color: #007bff;
background-color: #00a6ff;
color: #fff;
width: 100%;
position: fixed;
Expand Down Expand Up @@ -334,7 +334,7 @@ sub format_expires {
.footer {
text-align: center;
margin-top: 50px;
background-color: #007bff;
background-color: #00a6ff;
color: #fff;
width: 100%;
position: fixed;
Expand Down Expand Up @@ -397,7 +397,7 @@ sub format_expires {
.footer {
text-align: center;
margin-top: 50px;
background-color: #007bff;
background-color: #00a6ff;
color: #fff;
width: 100%;
position: fixed;
Expand Down

0 comments on commit f0a3e50

Please sign in to comment.