21 lines
393 B
Plaintext
21 lines
393 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.png) top left no-repeat;
|
|
}
|
|
}
|
|
html.svg
|
|
{
|
|
#logo {
|
|
background: url(/graphics/logov.svg) top left no-repeat;
|
|
}
|
|
}
|