Compare commits

...

2 commits

Author SHA1 Message Date
suman
792f9253a0 Update style.css 2024-10-02 13:02:38 +05:30
suman
1b208510b8 updated the ui of toggle dark theme #347
#347
2024-10-02 12:59:27 +05:30
2 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,5 @@
---
"water.css": patch
---
updated the ui of toggle dark theme

View file

@ -64,7 +64,7 @@ body > footer {
justify-content: space-between;
}
/* toggle dark mode */
/* toggle dark theme */
#theme-container {
position: fixed;
top: 20px;
@ -73,10 +73,12 @@ body > footer {
}
#theme-toggle {
padding: 10px 15px;
background-color: #bebebe;
width: 50px;
height: 50px;
padding: 0;
background-color: #dddbdb;
border: none;
border-radius: 5px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 2px 5px #0003;
color: #000;
@ -88,4 +90,7 @@ body > footer {
#themeIcon {
height: 25px;
width: 25px;
display: block;
margin: 0 auto;
}