X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2F_base.html;h=7c1050693747b13e4c46452d26d192ace91b0e46;hb=8542cd471f1aeea1abbe0b237a94f7863fb12dd0;hp=0e384651d0f392a46ad97046849cf3f3f7955d07;hpb=d31168fca24980f4e5f996bc187ed773eb504629;p=plomtask diff --git a/templates/_base.html b/templates/_base.html index 0e38465..7c10506 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -21,6 +21,10 @@ td, th, tr, table { vertical-align: top; margin-top: 1em; padding: 0; + border-collapse: collapse; +} +a { + color: black; } {% block css %} {% endblock %}