Skip to content

Commit

Permalink
css: button font size
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Nov 3, 2024
1 parent d8309b8 commit c99c308
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ iframe#google_ads_frame1 {
border-radius: 3px;
background-color: #202020ce;
font-family: "Courier New";
font-size: 13px;
color: white;
text-decoration: none;
cursor: pointer;
Expand All @@ -216,6 +217,7 @@ iframe#google_ads_frame1 {
}

.toggleButtonTxt {
font-size: 13px;
padding: 2px;
padding-left: 3px;
padding-right: 3px;
Expand All @@ -224,7 +226,7 @@ iframe#google_ads_frame1 {
}

.toggleButtonTxt:hover {
cursor: pointer;
cursor: pointer;
}

:not(input:checked) + .toggleButtonTxt:before{
Expand Down

0 comments on commit c99c308

Please sign in to comment.