Fixed table background if body backgrond ist not white
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<%= javascript_importmap_tags %>
|
||||
<%= favicon_link_tag asset_path("favicon.png") %>
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg-white">
|
||||
<%= render "layouts/flash" %>
|
||||
<header class="container flex items-center justify-between px-4 py-6 mx-auto border-b-2 border-gray-300">
|
||||
<a href="/" class="text-4xl font-bold text-hsrm-gray">Plottservice Fachbereich AB</a>
|
||||
|
||||
Reference in New Issue
Block a user