mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
fix hamburger in light mode
This commit is contained in:
parent
3c7ad9c400
commit
a42d075fa6
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
left: 0;
|
||||
opacity: 0.5;
|
||||
transition: opacity 0.3s;
|
||||
color: white;
|
||||
|
||||
& .share {
|
||||
display: flex;
|
||||
|
|
@ -79,12 +80,12 @@
|
|||
margin: 0;
|
||||
|
||||
button {
|
||||
color: white;
|
||||
padding-left: 32px;
|
||||
height: 24px;
|
||||
margin: 10px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-size: 24px;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue