mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +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;
|
left: 0;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
|
color: white;
|
||||||
|
|
||||||
& .share {
|
& .share {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -79,12 +80,12 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
color: white;
|
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: white;
|
||||||
background-size: 24px;
|
background-size: 24px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue