Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UNIMIBInside/mammotab-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EliaGuarnieri committed Jul 30, 2024
2 parents a2ffd8a + e1cfbe8 commit 8e29cf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default function Home(): JSX.Element {
</p>
<div className="overflow-x-auto max-w-full">
<table className="text-sm w-fit rounded-lg">
<thead className="text-xs uppercase dark:bg-umber bg-paletaupe">
<thead className="text-xs uppercase dark:bg-rocketmetallic bg-paletaupe">
<tr>
<th scope="col" className="p-3 min-w-40">
APPROACHES
Expand All @@ -217,7 +217,7 @@ export default function Home(): JSX.Element {
</tr>
</thead>
<tbody className="text-foreground">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand All @@ -231,7 +231,7 @@ export default function Home(): JSX.Element {
</th>
<td className="p-3 min-w-24">0.86</td>
</tr>
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand All @@ -245,7 +245,7 @@ export default function Home(): JSX.Element {
</th>
<td className="p-3 min-w-24">0.31</td>
</tr>
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand Down Expand Up @@ -440,7 +440,7 @@ export default function Home(): JSX.Element {
<div className="overflow-x-auto rounded-lg max-w-full">
<div className="inline-block rounded-lg overflow-x-auto max-w-full">
<table className="text-sm text-left rtl:text-right w-fit rounded-lg">
<thead className="text-xs uppercase dark:bg-umber bg-paletaupe">
<thead className="text-xs uppercase dark:bg-rocketmetallic bg-paletaupe">
<tr>
<th scope="col" className="p-3 min-w-40">
DATASET
Expand All @@ -457,7 +457,7 @@ export default function Home(): JSX.Element {
</tr>
</thead>
<tbody className="text-foreground">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand All @@ -468,7 +468,7 @@ export default function Home(): JSX.Element {
<td className="p-3 min-w-24"> - </td>
<td className="p-3 min-w-24"> 0.832 </td>
</tr>
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand All @@ -479,7 +479,7 @@ export default function Home(): JSX.Element {
<td className="p-3 min-w-24"> 0.993 </td>
<td className="p-3 min-w-24"> 0.997 </td>
</tr>
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand All @@ -490,7 +490,7 @@ export default function Home(): JSX.Element {
<td className="p-3 min-w-24"> 0.728 </td>
<td className="p-3 min-w-24"> - </td>
</tr>
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand All @@ -501,7 +501,7 @@ export default function Home(): JSX.Element {
<td className="p-3 min-w-24"> 0.984 </td>
<td className="p-3 min-w-24"> 0.993 </td>
</tr>
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-rocketmetallic odd:bg-desertsand">
<tr className="dark:even:bg-darksilver even:bg-darkvanilla dark:odd:bg-umber odd:bg-desertsand">
<th
scope="row"
className="p-3 min-w-40 font-medium whitespace-nowrap"
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
darkvanilla: "#E1D9D0",
desertsand: "#E6D6CA",
terracotta: "#BE4F00",
brick: "#682A00",
brick: "#473020",
},
},
},
Expand Down

0 comments on commit 8e29cf8

Please sign in to comment.