mason/dhandler (.view), static/tgal.css: Use SVG arrows.
[tgal] / static / tgal.css
index c4753e4..a2bc7fb 100644 (file)
@@ -136,14 +136,10 @@ div.prev, div.next {
 }
 div.prev { left: 0%; }
 div.next { right: 0%; }
-a.prev, a.next {
-       font-size: 400%;
-       font-weight: bold;
-       background-color: #0006;
-       min-width: 1em;
-       text-align: center;
-       min-height: 3ex;
-}
+a.nav { background-color: #0006; }
+a.nav svg { display: block; }
+a.nav .fg { fill: #00c; }
+
 a.view {
        flex-grow: 1; flex-basis: 0;
        display: flex; flex-direction: column;