initial
This commit is contained in:
16
src/main/resources/static/css/style.css
Normal file
16
src/main/resources/static/css/style.css
Normal file
@@ -0,0 +1,16 @@
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #abc;
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] body {
|
||||
background-color: rgb(36, 31, 49);
|
||||
}
|
||||
|
||||
.borderdist {
|
||||
margin: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user