Files
fsfe-website/look/valentine.less
T

16 lines
298 B
Plaintext
Raw Normal View History

2014-02-07 10:40:53 +00:00
@import "fsfe.less";
2014-01-23 15:39:19 +00:00
2014-02-07 10:40:53 +00:00
/* apply valentine's day colors*/
@brand-primary: #9E1321;
@brand-secondary: #E24454;
@brand-strong: #9d0000;
@brand-strong-semialpha: lighten(#9d0000, 50%);
2014-01-23 15:39:19 +00:00
2014-02-13 17:05:30 +00:00
html {
.valentine-ilovefs;
2019-09-25 10:44:15 +02:00
2014-02-13 17:05:30 +00:00
#logo {
background: url(/graphics/logov.svg) top left no-repeat;
}
2014-01-23 15:39:19 +00:00
}