Update CSS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-02 19:37:49 +01:00
parent fe7aec1b87
commit 63504a5768
2 changed files with 33 additions and 87 deletions

View File

@ -11,12 +11,12 @@
<link rel="stylesheet" href="{% static 'base.css' %}" />
</head>
<body class="bg-white dark:bg-slate-800 dark:text-white">
<body class="dark">
<nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">
<div class="container flex flex-wrap items-center justify-between mx-auto">
<a href="#" class="flex items-center">
<span class="text-4xl"></span>
<span class="self-center text-xl font-semibold whitespace-nowrap">Timetracker</span>
<span class="self-center text-xl font-semibold whitespace-nowrap text-white">Timetracker</span>
</a>
<div class="w-full md:block md:w-auto">
<ul