mas mejoras de ui, cambie el css a mano por purecss
This commit is contained in:
21
public/js/app.js
vendored
21
public/js/app.js
vendored
@@ -93,7 +93,28 @@
|
||||
/*! no static exports found */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
switch (window.location.pathname) {
|
||||
case "/":
|
||||
document.getElementById("title-link").classList.add("pure-menu-highlight");
|
||||
break;
|
||||
|
||||
case "/blog":
|
||||
case "/blog/archive":
|
||||
document.getElementById("blog-link").classList.add("pure-menu-highlight");
|
||||
break;
|
||||
|
||||
case "/now":
|
||||
document.getElementById("now-link").classList.add("pure-menu-highlight");
|
||||
break;
|
||||
|
||||
case "/projects":
|
||||
document.getElementById("proyectos-link").classList.add("pure-menu-highlight");
|
||||
break;
|
||||
|
||||
case "/setup":
|
||||
document.getElementById("setup-link").classList.add("pure-menu-highlight");
|
||||
break;
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user