Browse Source

Fix unreadable text color on blog

pull/17452/head
Salih 3 years ago
parent
commit
a5078f3679
  1. 3
      modules/blogging/src/Volo.Blogging.Web/Pages/Members/Index.cshtml
  2. 3
      modules/blogging/src/Volo.Blogging.Web/Pages/Members/Index.css

3
modules/blogging/src/Volo.Blogging.Web/Pages/Members/Index.cshtml

@ -1,11 +1,8 @@
@page
@using System.Globalization
@using Microsoft.Extensions.Localization
@using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab
@using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Utils
@using Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers
@using Volo.Abp.Users
@using Volo.Blogging
@using Volo.Blogging.Areas.Blog.Helpers.TagHelpers
@using Volo.Blogging.Localization
@model Volo.Blogging.Pages.Members.IndexModel

3
modules/blogging/src/Volo.Blogging.Web/Pages/Members/Index.css

@ -1,6 +1,3 @@
.post-desc {
overflow-wrap: break-word;
}
a:not(#all-posts-tab,#edit-profile-tab) {
color: unset!important;
}

Loading…
Cancel
Save