mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
13 lines
185 B
CSS
13 lines
185 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
html {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.border {
|
|
border-style: solid;
|
|
border-color: theme('borderColor.DEFAULT', currentColor);
|
|
}
|