mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 15:18:02 -04:00
Use style.css instead of inline styles (#581)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-white dark:bg-gray-900" style="font-size: 75%;">
|
||||
<body class="bg-white dark:bg-gray-900">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="./main.tsx"></script>
|
||||
</body>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user