dark color
This commit is contained in:
parent
894c81a4ec
commit
52f218bb2b
|
@ -20,7 +20,7 @@ const links = [[
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container grid gap-4 grid-cols-2 lg:grid-cols-4 text-gray-900">
|
<div class="container grid gap-4 grid-cols-2 lg:grid-cols-4">
|
||||||
<div class="col-span-4">
|
<div class="col-span-4">
|
||||||
<div class="px-2 text-xl flex gap-4 align-center justify-between">
|
<div class="px-2 text-xl flex gap-4 align-center justify-between">
|
||||||
<h1 class="text-2xl font-extrabold">svs-tech.pro</h1>
|
<h1 class="text-2xl font-extrabold">svs-tech.pro</h1>
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
|
body {
|
||||||
|
@apply text-gray-900 dark:text-slate-100
|
||||||
|
}
|
||||||
a[href][target="_blank"] {
|
a[href][target="_blank"] {
|
||||||
@apply text-pink-500 hover:text-pink-700
|
@apply text-pink-500 hover:text-pink-700
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue