Update background color

This commit is contained in:
2023-01-19 20:14:31 +01:00
parent b59831f94c
commit 1b003d34df
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="bg-white text-gray-900 min-h-screen h-full
<div class="bg-gray-100 text-gray-900 min-h-screen h-full
dark:bg-gray-900 dark:text-slate-50"
style="font-family: 'Comfortaa';">
<div class="container mx-auto pb-8 md:px-8 h-full w-full">

View File

@ -1,5 +1,5 @@
<template>
<nav class="bg-white border-gray-200 dark:bg-gray-900 py-2.5">
<nav class="bg-transparent border-gray-200 py-2.5">
<div class="container flex flex-wrap items-center justify-end md:justify-start mx-auto">
<div class="block md:flex w-full">
<div class="flex justify-end items-center order-2 md:w-1/2">