File tree 1 file changed +3
-8
lines changed
src/librustdoc/html/static/css
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -1519,12 +1519,6 @@ a.tooltip:hover::after {
1519
1519
width : 100% ;
1520
1520
overflow : auto;
1521
1521
}
1522
- # src-sidebar > .title {
1523
- font-size : 1.5rem ;
1524
- text-align : center;
1525
- border-bottom : 1px solid var (--border-color );
1526
- margin-bottom : 6px ;
1527
- }
1528
1522
# src-sidebar div .files > a : hover , details .dir-entry summary : hover ,
1529
1523
# src-sidebar div .files > a : focus , details .dir-entry summary : focus {
1530
1524
background-color : var (--src-sidebar-background-hover );
@@ -1539,7 +1533,9 @@ a.tooltip:hover::after {
1539
1533
display : flex;
1540
1534
padding : 8px ;
1541
1535
padding-left : 48px ;
1536
+ padding-bottom : 7px ;
1542
1537
background : var (--sidebar-background-color );
1538
+ border-bottom : 1px solid var (--border-color );
1543
1539
}
1544
1540
1545
1541
# settings-menu , # help-button {
@@ -2622,8 +2618,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
2622
2618
: root [data-theme = "ayu" ] h4 ,
2623
2619
: where (: root [data-theme = "ayu" ]) h1 a ,
2624
2620
: root [data-theme = "ayu" ] .sidebar h2 a ,
2625
- : root [data-theme = "ayu" ] .sidebar h3 a ,
2626
- : root [data-theme = "ayu" ] # source-sidebar > .title {
2621
+ : root [data-theme = "ayu" ] .sidebar h3 a {
2627
2622
color : # fff ;
2628
2623
}
2629
2624
You can’t perform that action at this time.
0 commit comments