Remove style attribute and use .css file instead

This commit is contained in:
Joakim Hellsén 2022-12-11 21:48:57 +01:00
commit 7ec51393d3
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
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;
}