1.dokuwiki > main.notos #dokuwiki__pagetools {
2    right: 0;
3
4    div.tools ul li {
5        a:active,
6        a:focus,
7        a:hover {
8            color: @ini_text;
9            svg {
10                fill: @ini_border;
11            }
12        }
13    }
14
15    @media screen and (max-width: 1.5 * @ini_phone_width) and (orientation: landscape) {
16        top: -4rem;
17    }
18}
19