app: Change the color of hr

This commit is contained in:
traxys 2023-05-28 19:47:27 +02:00
parent 4d991ead3e
commit 2bbf35b4e9
2 changed files with 5 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
hr {
border: 1px solid #595c5f;
opacity: 1;
}