mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 19:51:01 +00:00
ui: add 98.css dark theme
This commit is contained in:
15
static/app.css
Normal file
15
static/app.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@import '/98.css';
|
||||
|
||||
:root {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user