mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-30 11:56:24 +00:00
put css together and only use utilities
This commit is contained in:
parent
dd255ba512
commit
e93640b943
@ -2,8 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link href="../../node_modules/spectre.css/dist/spectre.min.css" rel="stylesheet" />
|
||||
<link href="../../node_modules/tailwindcss/dist/tailwind.min.css" rel="stylesheet" />
|
||||
<link href="./main.css" rel="stylesheet" />
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
||||
|
2
src/dashboard/main.css
Normal file
2
src/dashboard/main.css
Normal file
@ -0,0 +1,2 @@
|
||||
@import "../../node_modules/spectre.css/dist/spectre.css";
|
||||
@import "../../node_modules/tailwindcss/dist/utilities.css";
|
Loading…
Reference in New Issue
Block a user