Skip to content
Snippets Groups Projects
Commit 036d4ae2 authored by deepak sagar's avatar deepak sagar Committed by bhupendra_raykhere
Browse files

Issue #3378935: Configure block Link Text are not visible.

parent c7b11357
No related branches found
No related tags found
1 merge request!1Issue #3378935: Configure block Link Text are not visible.
......@@ -27,17 +27,6 @@ body {
overflow-x: hidden;
}
a {
color: white !important;
text-decoration: none;
}
a:hover {
color: #ffc732;
text-decoration: none;
}
h1,
h2,
h3,
......@@ -253,6 +242,16 @@ h6 {
transition: 0.3s;
}
.footer a {
color: white !important;
text-decoration: none;
}
.footer a:hover {
color: #ffc732;
text-decoration: none;
}
.footer .footer-content .social-links a:hover {
background: #1DB954;
color: #fff !important;
......@@ -309,4 +308,4 @@ h6 {
.footer .footer-legal .credits a {
color: var(--color-primary);
}
\ No newline at end of file
}
......@@ -4,7 +4,7 @@
height: 100vh;
}
li a {
.navbar-nav li a {
text-decoration: none;
color: white !important;
}
......@@ -334,4 +334,4 @@ input,
.fixed-top .navbar-expand-lg .navbar-nav .dropdown-menu{
background-color: mediumseagreen;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment