Remove style attribute and use .css file instead
This commit is contained in:
parent
5ea3744c66
commit
7ec51393d3
6 changed files with 24 additions and 11 deletions
12
discord_rss_bot/static/styles.css
Normal file
12
discord_rss_bot/static/styles.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
body {
|
||||
background: #111111;
|
||||
}
|
||||
|
||||
.summary {
|
||||
max-height: 450px;
|
||||
overflow-y: auto
|
||||
}
|
||||
|
||||
.border {
|
||||
background: #161616;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue