docs: Change divider color of banner to white
This commit is contained in:
@@ -5,8 +5,8 @@ import Download from '~icons/carbon/download'
|
||||
</script>
|
||||
<template>
|
||||
<div class="w-full bg-black text-white border-b-1 border-white">
|
||||
<div class="max-w-full md:max-w-11/12 m-auto py-4 md:py-12">
|
||||
<div class="grid md:grid-cols-3 gap-3 text-center <md:divide-y md:divide-x divide-blue-200">
|
||||
<div class="max-w-full md:max-w-11/12 m-auto py-4 md:py-12 <md:(dark:border-t-1 border-white)">
|
||||
<div class="grid md:grid-cols-3 gap-3 text-center <md:divide-y md:divide-x divide-white">
|
||||
<div class="grid grid-rows-auto gap-2 py-4 md:py-0">
|
||||
<div class="text-gray-400 font-semibold text-lg">Stargazers</div>
|
||||
<div class="font-bold text-3xl flex gap-2 items-center justify-center"><Star /> {{ data.stargazers_count }}</div>
|
||||
|
||||
Reference in New Issue
Block a user