mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-01-04 07:46:45 +01:00
14 lines
172 B
CSS
14 lines
172 B
CSS
html {
|
|
background: #191919;
|
|
}
|
|
|
|
#lightgallery a {
|
|
text-decoration: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#lightgallery img {
|
|
height: 250px;
|
|
margin: 4px;
|
|
}
|