dokuwiki-template-sprintdoc.../css/plugins/starred.less
Andreas Gohr b8adbb9e24 streamline page attributes
Page attribute icons should now align better and all look the same.
2023-09-12 11:06:19 +02:00

17 lines
287 B
Text

/**
* This file provides styles for starred plugin
*/
nav.nav-starred {
ul {
list-style: none;
li {
margin-left: 0;
svg {
vertical-align: text-top;
fill: @ini_nav_menu_color;
}
}
}
}