app: Change the color of hr
This commit is contained in:
parent
4d991ead3e
commit
2bbf35b4e9
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
href="/bootstrap-icons/font/bootstrap-icons.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link data-trunk rel="css" href="static/style.css" />
|
||||
<link data-trunk rel="copy-file" href="static/login.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
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