1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-27 06:12:54 +01:00

filebrowser: link hover

This commit is contained in:
gilbN 2019-09-21 14:50:50 +02:00
parent 9ce40b111a
commit 275fd77b35

View File

@ -272,6 +272,9 @@ table th{
.link {
color: var(--accent-color);
}
.link:hover {
color: var(--accent-color-hover);
}
@media (max-width: 736px){
nav{
background-color: black;