forked from Ruderverein-Donau-Linz/rowt
		
	[BUGFIX] color text and btn dark-mode
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &-gray {
 | 
			
		||||
    @apply bg-gray-400 hover:bg-gray-500 dark:bg-primary-600 focus-visible:outline-primary-500;
 | 
			
		||||
    @apply bg-gray-400 hover:bg-gray-500 focus-visible:outline-primary-500;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &-attention {
 | 
			
		||||
 
 | 
			
		||||
@@ -37,7 +37,7 @@
 | 
			
		||||
            {{ log::show(log=log, state="on_water", allowed_to_close=true, only_ones=false) }}
 | 
			
		||||
          {% endfor %}
 | 
			
		||||
        {% else %}
 | 
			
		||||
          <p class="p-3 text-center">Kein Boot am Wasser</p>
 | 
			
		||||
          <p class="p-3 text-center text-black dark:text-white">Kein Boot am Wasser</p>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@
 | 
			
		||||
						{% endif %}
 | 
			
		||||
					{% endfor %}
 | 
			
		||||
				{% else %}
 | 
			
		||||
					<p class="p-3 text-center">Kein Boot am Wasser</p>
 | 
			
		||||
					<p class="p-3 text-center text-black dark:text-white">Kein Boot am Wasser</p>
 | 
			
		||||
				{% endif %}
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user