Update app.less

Remove variable that doesnt exist.
This commit is contained in:
Jordan Prince 2021-10-06 15:29:36 -05:00 committed by GitHub
parent a6c1c21615
commit a17d15dde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -163,7 +163,6 @@ code {
height: 100%;
cursor: pointer;
margin-left: 10px;
color: @background-color-secondary;
:hover {
color: @text-color;
}
@ -203,4 +202,4 @@ code {
model-viewer {
--poster-color: transparent;
}
}