theme rollback

This commit is contained in:
Simon Vieille 2018-12-18 11:00:19 +01:00
parent 6ab6499d1d
commit 5e4a0e3700
Signed by: deblan
GPG Key ID: 03383D15A1D31745
2 changed files with 4 additions and 6 deletions

View File

@ -27,7 +27,7 @@ window.addEventListener('load', function() {
}
}
/*var stylusInterval = window.setInterval(function() {
var stylusInterval = window.setInterval(function() {
var stylus = document.querySelector('style.stylus');
if (stylus && !stylus.getAttribute('data-clean')) {
@ -36,6 +36,5 @@ window.addEventListener('load', function() {
window.clearInterval(stylusInterval);
}
}, 100);
*/
} catch (e) {}
});

View File

@ -1,4 +1,3 @@
/*
.full > .ui.top.menu {
color: #fff;
background: #2a2a2e;
@ -30,9 +29,9 @@
color: #fff !important;
background: #505058;
}
*/
.repository a,
/*.repository a,
.dashboard a,
.profile a,
ui.breadcrumb a,
@ -44,7 +43,7 @@ ui.breadcrumb a,
body {
color: #d5d5d5;
}
}*/
@media screen and (max-width: 767px) {
.header-wrapper .tabs .item.active {