Files
my-notes-viewer/src/css/theme/components/footer.less
2022-04-01 22:46:54 +02:00

15 lines
257 B
Plaintext

footer {
padding: 20px 0;
color: @secondary;
a {
color: @secondary;
}
.wave {
height: 54px;
background-repeat: repeat-x;
background-image: url("../css/theme/components/img/wave_footer_top.png");
}
}