Removed some legacy CSS and changed the theme license

pull/4/head
Gianmarco Gargiulo 2023-05-04 20:15:19 +02:00
parent f34556634d
commit facc62a9d2
2 changed files with 1 additions and 34 deletions

View File

@ -2,39 +2,6 @@
width: 100%;
}
blink {
width: 10px;
height: 17px;
position: relative;
top: 2px;
background-color: #eb4034;
animation-name: blinking;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-direction: alternate;
display: inline-block;
border-radius: 2px;
}
blinkbig {
width: .65em;
height: 1em;
position: relative;
top: .15em;
background-color: #eb4034;
animation-name: blinking;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-direction: alternate;
display: inline-block;
border-radius: 5px;
}
@keyframes blinking {
from {background-color: #eb4034;}
to {background-color: transparent;}
}
.intro-image {
border-radius: 6px;
display: block;

View File

@ -1,5 +1,5 @@
name = "hugo-casper3"
license = "MIT"
license = "AGPL v3"
licenselink = "https://git.gianmarco.gg/gianmarco/gmgsite/blob/master/LICENSE"
description = "The Hugo theme for my next generation personal site, based on Jonathan Janssens's casper3 theme"
tags = ["blog", "dark"]