make list border style dotted

This commit is contained in:
ghost 2023-12-10 12:18:31 +02:00
parent 146bc4c6a7
commit 5916bb48d5
2 changed files with 3 additions and 3 deletions

2
.env
View File

@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.5.3
APP_VERSION=1.5.4
APP_NAME=KevaChat

View File

@ -109,13 +109,13 @@ main ul ul
main ul li
{
border-top: 1px var(--color-default) solid;
border-top: 1px var(--color-default) dotted;
word-wrap: break-word;
}
main > ul > li:first-child
{
border-top: 1px transparent solid;
border-top: 1px transparent dotted;
}
main ul li div