fsfe-website/look/valentine.less
Reinhard Müller 1d2ee84de9
All checks were successful
continuous-integration/drone/push Build is passing
Remove non-SVG fallback for graphics
2019-09-25 10:44:15 +02:00

16 lines
298 B
Plaintext

@import "fsfe.less";
/* apply valentine's day colors*/
@brand-primary: #9E1321;
@brand-secondary: #E24454;
@brand-strong: #9d0000;
@brand-strong-semialpha: lighten(#9d0000, 50%);
html {
.valentine-ilovefs;
#logo {
background: url(/graphics/logov.svg) top left no-repeat;
}
}