Remove style attribute and use .css file instead

This commit is contained in:
2022-12-11 21:48:57 +01:00
parent 5ea3744c66
commit 7ec51393d3
6 changed files with 24 additions and 11 deletions

View File

@ -0,0 +1,12 @@
body {
background: #111111;
}
.summary {
max-height: 450px;
overflow-y: auto
}
.border {
background: #161616;
}