manipulate slots
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
/*
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
*/
|
||||
|
||||
body {
|
||||
background-color: #abc;
|
||||
@@ -12,5 +14,13 @@ body {
|
||||
}
|
||||
|
||||
.borderdist {
|
||||
border-radius: 4px;
|
||||
border: 1px solid gray;
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] .borderdist {
|
||||
background-color: #333;
|
||||
}
|
||||
Reference in New Issue
Block a user