mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Add black border to css (dark theme is still ugly)
This commit is contained in:
parent
055bb3df14
commit
5fbb47ca80
@ -13,6 +13,14 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
border-radius: 0px;
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 750px) {
|
@media (max-width: 750px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user