Skip to content

Commit 7cbc4eb

Browse files
Remove unused styles (#379)
1 parent a6959a7 commit 7cbc4eb

2 files changed

Lines changed: 0 additions & 51 deletions

File tree

assets/js/fresh.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ function whenReady() {
99
const menu_id = burger.getAttribute("data-target");
1010
const menu = document.getElementById(menu_id);
1111
menu.classList.toggle("is-active");
12-
13-
const navbars = document.getElementsByClassName("navbar is-light");
14-
Array.prototype.map.call(navbars, (e) => {
15-
e.classList.toggle("is-dark-mobile");
16-
});
1712
});
1813
});
1914
}

assets/theme-css/bulma.css

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,52 +1335,6 @@ a.navbar-item:hover {
13351335
.hero .tabs ul {
13361336
border-bottom: none;
13371337
}
1338-
.hero.is-light {
1339-
background-color: #f5f5f5;
1340-
color: rgba(0, 0, 0, 0.7);
1341-
}
1342-
.hero.is-light
1343-
a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
1344-
.hero.is-light strong {
1345-
color: inherit;
1346-
}
1347-
.hero.is-light .title {
1348-
color: rgba(0, 0, 0, 0.7);
1349-
}
1350-
.hero.is-light .subtitle {
1351-
color: rgba(0, 0, 0, 0.9);
1352-
}
1353-
.hero.is-light .subtitle a:not(.button),
1354-
.hero.is-light .subtitle strong {
1355-
color: rgba(0, 0, 0, 0.7);
1356-
}
1357-
@media screen and (max-width: 1023px) {
1358-
.hero.is-light .navbar-menu {
1359-
background-color: #f5f5f5;
1360-
}
1361-
}
1362-
.hero.is-light .navbar-item,
1363-
.hero.is-light .navbar-link {
1364-
color: rgba(0, 0, 0, 0.7);
1365-
}
1366-
.hero.is-light .navbar-link.is-active,
1367-
.hero.is-light .navbar-link:hover,
1368-
.hero.is-light a.navbar-item.is-active,
1369-
.hero.is-light a.navbar-item:hover {
1370-
background-color: #e8e8e8;
1371-
color: rgba(0, 0, 0, 0.7);
1372-
}
1373-
.hero.is-light .tabs a {
1374-
color: rgba(0, 0, 0, 0.7);
1375-
opacity: 0.9;
1376-
}
1377-
.hero.is-light .tabs a:hover {
1378-
opacity: 1;
1379-
}
1380-
.hero.is-light .tabs li.is-active a {
1381-
color: #f5f5f5 !important;
1382-
opacity: 1;
1383-
}
13841338
.section {
13851339
padding: 3rem 1.5rem;
13861340
}

0 commit comments

Comments
 (0)