set text-decoration to none

This commit is contained in:
Karthik Siddarth 2019-04-15 14:54:49 +05:30
parent 6d98cd8dde
commit caabc40fed

View File

@ -295,6 +295,7 @@ export default Vue.component(name, getVueOptions(name));
.section-link {
font-size: 1.1em;
color: rgba(255, 255, 255, 0.59) !important;
text-decoration: none;
&__icon {
color: white;