1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

feat(core): update and cleanup default theme for upcoming 0.9.6 release #307

This commit is contained in:
Awilum
2019-11-22 19:07:11 +03:00
parent ed37e45b0e
commit 8236d4ba17
4 changed files with 18 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ img {
}
a {
text-decoration: none;
text-decoration: underline;
color: black;
&:hover {

View File

@@ -7,10 +7,11 @@
padding-bottom: 30px;
text-transform: uppercase;
text-align: center;
color: #ccc;
font-size: 12px;
opacity: .7;
> a {
color: #ccc;
opacity: .7;
text-decoration: none;
}
}

View File

@@ -9,6 +9,19 @@
.navbar-brand {
letter-spacing: 3px;
text-transform: uppercase;
text-decoration: none;
}
.navbar-light {
.navbar-nav {
.nav-link {
text-decoration: none;
color: rgba(0,0,0,.5);
padding: 15px 25px;
border-bottom: 2px solid transparent;
border-top: 2px solid transparent;
}
}
}
.navbar-light .navbar-nav .nav-link:focus,
@@ -23,10 +36,3 @@
color: rgba(0,0,0,1);
border-bottom: 2px solid #000;
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,.5);
padding: 15px 25px;
border-bottom: 2px solid transparent;
border-top: 2px solid transparent;
}

View File

@@ -1,6 +1,6 @@
{
"name": "Default",
"version": "1.0.0",
"version": "0.9.5",
"devDependencies": {
"bootstrap": "^4.3.1",
"del": "^5.0.0",