mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 02:45:53 +08:00
Fix tailwind border class [SCI-8623]
This commit is contained in:
parent
eacf2c0c23
commit
ec3387a5df
1 changed files with 5 additions and 0 deletions
|
@ -6,3 +6,8 @@
|
||||||
html {
|
html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border {
|
||||||
|
border-style: solid;
|
||||||
|
border-color: theme('borderColor.DEFAULT', currentColor);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue