mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
This commit is contained in:
parent
79d8184193
commit
db7776ffdb
|
@ -8,6 +8,16 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
*,
|
||||
*::after,
|
||||
*::before {
|
||||
box-sizing: border-box;
|
||||
|
||||
/* Uncomment to debug layering and overflow */
|
||||
/* background: hsla(135, 50%, 50%, 0.05); */
|
||||
/* outline: 2px solid hotpink; */
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-text-size-adjust: none;
|
||||
-moz-text-size-adjust: none;
|
||||
|
@ -42,6 +52,8 @@ body {
|
|||
}
|
||||
|
||||
:root {
|
||||
interpolate-size: allow-keywords;
|
||||
|
||||
font-size: var(--font-size-base);
|
||||
line-height: var(--line-height);
|
||||
font-family: var(--font-main);
|
||||
|
|
Loading…
Reference in New Issue
Block a user