Skip to content

Commit

Permalink
removed outline from prayer/sun div
Browse files Browse the repository at this point in the history
  • Loading branch information
Crucial-hash committed Jun 2, 2024
1 parent 0034d8b commit fa125ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ span{
.prayertextdiv {
font-size: 32px;
color: transparent;
outline: none;
transform: translate(-1.5%, -37%);
font-family: 'reg';
position:absolute; top:0; right:0;
Expand All @@ -130,6 +131,7 @@ span{
.suntextdiv {
font-size: 32px;
color: transparent;
outline: none;
transform: translate(-1.5%, -37%);
font-family: 'reg';
position:absolute; top:0; right:0;
Expand Down

0 comments on commit fa125ff

Please sign in to comment.