fix: remplacer les pochettes par les versions HD et lier vers pawol.nu
This commit is contained in:
@@ -1449,6 +1449,19 @@ input[type="number"]:focus {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.djangokam-duo a,
|
||||
.djangokam-clip a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
|
||||
}
|
||||
|
||||
.djangokam-duo a:hover,
|
||||
.djangokam-clip a:hover {
|
||||
transform: translateY(-5px);
|
||||
}
|
||||
|
||||
.djangokam-duo img,
|
||||
.djangokam-clip img {
|
||||
width: 100%;
|
||||
@@ -1466,6 +1479,12 @@ input[type="number"]:focus {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.djangokam-duo a:hover figcaption,
|
||||
.djangokam-clip a:hover figcaption {
|
||||
opacity: 1;
|
||||
color: var(--or-oki);
|
||||
}
|
||||
|
||||
.djangokam-clips {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 154 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 125 KiB |
Reference in New Issue
Block a user