Remove style attribute and use .css file instead
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user