EN - Style created by the need to degamify Habitica and leave it in the dark theme.
PT - Estilo criado pela necessidade de desgamificar o Habitica e deixá-lo no tema escuro.
Habitica minimalist et obscura by Jhonatafs

Details
AuthorJhonatafs
LicenseMIT
Categoryhabitica, style
Created
Updated
Code size1.7 kB
Code checksum88ba499b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Changes / Mudanças:
Dark theme / Tema escuro.
Hidden gamification / Esconder a gameficação
Source code
/* ==UserStyle==
@name Habitica minimalist et obscura
@version 20230509.03.36
@namespace userstyles.world/user/Jhonatafs
@github github.com/Jhonatafs/habitica-minimalist-et-obscura
@description EN - Style created by the need to degamify Habitica and leave it in the dark theme.
PT - Estilo criado pela necessidade de desgamificar o Habitica e deixá-lo no tema escuro.
@author Jhonatafs
@license MIT
==/UserStyle== */
@-moz-document domain("https://habitica.com/") {
#habitica-menu,
.user-tasks-page,
.task-content,
.reward-items .item,
.item-rows .item,
.btn {
background-color: #181818 !important;
}
.tasks-list,
.secondary-menu,
.standard-sidebar,
.standard-page {
background-color: #1a1a1a !important;
}
.item.item-empty {
background-color: transparent !important;
}
.column-title,
.task-content h1,
.task-content h2,
.task-content h3,
.task-content h4,
.sub-header,
.dropdown-label {
color: #ffffff !important;
}
.task-content h4,
.custom-control-label {
color: #bdbdbd !important;
}
.pet-progress-background {
background-color: #333333 !important;
}
.navbar-nav li:nth-child(2),
.navbar-nav li:nth-child(3),
.navbar-nav li:nth-child(4),
#app-header,
.reward,
.drawer-container {
display: none !important;
}
@media (min-width: 992px){
.col-lg-3 {
flex: 0 0 33% !important;
max-width: 33% !important;
}
}
}