app: Change the color of hr
This commit is contained in:
parent
4d991ead3e
commit
2bbf35b4e9
2 changed files with 5 additions and 0 deletions
4
app/static/style.css
Normal file
4
app/static/style.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
hr {
|
||||
border: 1px solid #595c5f;
|
||||
opacity: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue