diff --git a/stylesheets/homepage.css b/stylesheets/homepage.css index 907d345..de8a309 100644 --- a/stylesheets/homepage.css +++ b/stylesheets/homepage.css @@ -45,6 +45,17 @@ body { display: inline-block; } +.logo { + font-family: 'Roboto', sans-serif; + font-size: 1.5em; + font-weight: bold; + background: linear-gradient(to right, #F1FAC0, #2CDD0D); + -webkit-background-clip: text; + background-clip: text; + color: transparent; + display: inline-block; +} + .logo-link { text-decoration: none; color: inherit;