feat: darken borders in dark mode
This commit is contained in:
parent
314b0efe3a
commit
4502c819c3
@ -17,7 +17,7 @@ const descText =
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="break-words max-w-full rounded-lg p-4 shadow-md border border-2 border-gray-300"
|
class="break-words max-w-full rounded-lg p-4 shadow-md border border-2 border-gray-300 dark:border-gray-600"
|
||||||
>
|
>
|
||||||
<h3 class="m-0">
|
<h3 class="m-0">
|
||||||
<a
|
<a
|
||||||
|
Loading…
Reference in New Issue
Block a user