mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-13 05:47:12 +02:00
Optimize assets
This commit is contained in:
1
public/main.js
vendored
1
public/main.js
vendored
@ -1,5 +1,6 @@
|
||||
import './style.css'
|
||||
import './markdown.css'
|
||||
import './favicon.svg'
|
||||
import 'highlight.js/styles/tokyo-night-dark.css'
|
||||
import moment from 'moment'
|
||||
import md from 'markdown-it'
|
||||
|
4
public/style.css
vendored
4
public/style.css
vendored
@ -8,6 +8,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
@apply bg-gray-800;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-primary-500;
|
||||
}
|
||||
|
Reference in New Issue
Block a user