@@ -1597,6 +1597,16 @@ a.tooltip:hover::after {
1597
1597
border-color : var (--settings-button-border-focus );
1598
1598
}
1599
1599
1600
+ # sidebar-button > a : before {
1601
+ content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" \
1602
+ fill= "none" stroke="black">\
1603
+ <rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5"/>\
1604
+ <circle cx= "4.375" cy="4.375" r="1" stroke-width=".75"/>\
1605
+ <path d= "m7.6121 3v16 M5.375 7.625h-2 m2 3h-2 m2 3h-2" stroke-width="1.25"/></svg>');
1606
+ width : 22px ;
1607
+ height : 22px ;
1608
+ }
1609
+
1600
1610
# copy-path {
1601
1611
color : var (--copy-path-button-color );
1602
1612
background : var (--main-background-color );
@@ -1983,6 +1993,17 @@ in src-script.js and main.js
1983
1993
display : none;
1984
1994
}
1985
1995
1996
+ /* sidebar button becomes topbar button */
1997
+ # sidebar-button > a : before {
1998
+ content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" \
1999
+ viewBox= "0 0 22 22" fill="none" stroke="black">\
2000
+ <rect x= "1" y="1" width="20" height="20" ry="1.5" stroke-width="1.5"/>\
2001
+ <circle cx= "4.375" cy="4.375" r="1" stroke-width=".75"/>\
2002
+ <path d= "m3 7.375h16m0-3h-4" stroke-width="1.25"/></svg>');
2003
+ width : 22px ;
2004
+ height : 22px ;
2005
+ }
2006
+
1986
2007
/* Display an alternating layout on tablets and phones */
1987
2008
.item-table , .item-row , .item-table > li , .item-table > li > div ,
1988
2009
.search-results > a , .search-results > a > div {
@@ -2690,7 +2711,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
2690
2711
}
2691
2712
2692
2713
: root [data-theme = "ayu" ] # settings-menu > a img ,
2693
- : root [data-theme = "ayu" ] # sidebar-button > a img {
2714
+ : root [data-theme = "ayu" ] # sidebar-button > a : before {
2694
2715
filter : invert (100 );
2695
2716
}
2696
2717
/* End theme: ayu */
0 commit comments