Rancher Dark Mode: com um escurecimento um pouco maior e com a janela de log com fundo quase preto, para melhorar a legibilidade dos logs.
Rancher EvilStyle by mclasta
Details
Authormclasta
LicenseCC0-1.0
Categoryrancher.tjro.jus.br
Created
Updated
Size723 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Rancher EvilStyle
@namespace USO Archive
@author mclasta
@description Adaptação do stilo do Rancher para escurecer um pouco mais e para tornar a tela de log legível.
@version 20240208.0.0
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("rancher.tjro.jus.br") {
body {
background-color: #262626 !important;
}
.log-body {
display: flex !important;
flex-direction: column-reverse !important;
background-color: #ecf0f10a;
}
.accordion .accordion-header {
background-color: #2f2f2f;
}
.modal-container {
background-color: #181818 !important;
font-size: 13px;
}
}