mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(css): don't make invisible links
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user