Files
Web-NibblePoker/resources/Azias/scss/halfmoon/section/footer.scss
Herwin 2df6476a2f Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
2022-09-21 16:54:03 +02:00

19 lines
227 B
SCSS

/* Halfmoon > Section > Footer */
#copyright-text {
opacity: 0.3;
}
#privacy-footer-link {
opacity: 0.3;
text-decoration: none;
}
#privacy-footer-link:hover {
opacity: 0.75;
}
#logo-footer {
filter: grayscale(100%);
}