All checks were successful
continuous-integration/drone/push Build is passing
16 lines
298 B
Plaintext
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;
|
|
}
|
|
}
|