Skip to content

Commit

Permalink
The Button is large in Tool section ayush-that#1298
Browse files Browse the repository at this point in the history
  • Loading branch information
PDGamerSG committed Oct 15, 2024
1 parent 2f405c2 commit eed3f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/about(inlines).css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ width: 25px;
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
background: radial-gradient(circle, rgba(255,255,255,0.5), rgba(141, 38, 172, 0.5));
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/css/about.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root{
--slider-dark:rgba(7, 97, 233, 0.808);
--slider-dark:rgba(255,255,255,0.5);
}

.main{
Expand Down Expand Up @@ -434,7 +434,7 @@
}

body.dark-mode .pagination button:hover {
background-color: #0056b3;
background-color: rgba(255,255,255,0.5);
color: #fff;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</div> -->

<header class="header-area">
<div class="row">
<div class="rw">
<div style="display: flex; justify-content: center;" class="">
<nav class="navbar navbar-expand-lg " style="display: flex;">
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
Expand Down

0 comments on commit eed3f4d

Please sign in to comment.