diff --git a/themes/hugo-casper3/assets/scss/custom.scss b/themes/hugo-casper3/assets/scss/custom.scss index 537180f..c524f1e 100644 --- a/themes/hugo-casper3/assets/scss/custom.scss +++ b/themes/hugo-casper3/assets/scss/custom.scss @@ -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; diff --git a/themes/hugo-casper3/theme.toml b/themes/hugo-casper3/theme.toml index f18f650..f0f8454 100644 --- a/themes/hugo-casper3/theme.toml +++ b/themes/hugo-casper3/theme.toml @@ -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"]