Fix 2 dots that are visible on light backgrounds #1383

This commit is contained in:
Chris Hunt
2024-11-05 10:42:05 +00:00
parent 395c775d4e
commit 5ccb87cd7f
3 changed files with 3 additions and 2 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=9ac09de3efefe57251cba47c5747c556",
"/css/app.css": "/css/app.css?id=e8db4d3d99fdd3f0c747bb894c843e8e",
"/js/app.js": "/js/app.js?id=3b306fb20ef1a3c96c09963a4f6ff712"
}

View File

@@ -141,6 +141,7 @@ body {
top: -58px;
transition: all .35s ease-in-out;
z-index: 1;
overflow: hidden;
ul {
display: inline-block;
list-style: none;