1
0
forked from PGL/Clyde

changed button colors

This commit is contained in:
2024-04-10 01:14:14 +02:00
parent b7a729c899
commit 40186f9898
4 changed files with 30 additions and 6 deletions

View File

@@ -72,5 +72,8 @@ onClickOutside(target, ()=>emit('modal-close'))
border:2px solid black;
border-radius: 5px;
}
#downloads button:hover{
background: rgba(191, 64, 191);
}
</style>