Changeset 9af201e for frontend/src/index.css
- Timestamp:
- 09/04/26 19:08:08 (2 weeks ago)
- Branches:
- master
- Children:
- cdcff72
- Parents:
- e1f74f6
- File:
-
- 1 edited
-
frontend/src/index.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/index.css
re1f74f6 r9af201e 1 @tailwind base; 2 @tailwind components; 3 @tailwind utilities; 4 5 * { 6 margin: 0; 7 padding: 0; 8 box-sizing: border-box; 9 } 10 11 body { 12 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 13 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 14 sans-serif; 15 -webkit-font-smoothing: antialiased; 16 -moz-osx-font-smoothing: grayscale; 17 } 18 19 code { 20 font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', 21 monospace; 22 }
Note:
See TracChangeset
for help on using the changeset viewer.
