fix(css): don't make invisible links

This commit is contained in:
SabreCat
2023-03-24 19:46:11 -05:00
parent 232a62ffc7
commit e2defc675e

View File

@@ -354,6 +354,9 @@
<style lang='scss'> <style lang='scss'>
@import '~@/assets/scss/static.scss'; @import '~@/assets/scss/static.scss';
#front .form-text a {
color: $white !important;
}
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
@@ -362,10 +365,6 @@
@import url('https://fonts.googleapis.com/css?family=Varela+Round'); @import url('https://fonts.googleapis.com/css?family=Varela+Round');
#front { #front {
.form-text a {
color: $white !important;
}
.container-fluid { .container-fluid {
margin: 0; margin: 0;
} }