mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Update background color
This commit is contained in:
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user