ver 2022.01.07

This commit is contained in:
Dym Sohin 2022-01-07 17:06:41 +01:00
parent 86186a751e
commit 21f749c65a
2 changed files with 16 additions and 9 deletions

View File

@ -5,6 +5,9 @@ tags "ui" "code"
license "MIT"
homepage "https://dym.sh/translit-dark"
install "https://dym.sh/translit-dark/style.user.css?dl"
version "2022.01.07"
mirrors {
github "https://github.com/dym-sh/translit-dark"

View File

@ -1,11 +1,11 @@
/* ==UserStyle==
@name translit-dark
@description Dark Mode for Translit.net
@version 2021.01.18
@version 2022.01.07
@namespace dym.sh
@author Dym Sohin
@homepageURL https://dym.sh/translit-dark
@updateURL https://dym.sh/translit-dark/style.user.css
@updateURL https://dym.sh/translit-dark/style.user.css?dl
@license MIT
==/UserStyle== */
@ -18,17 +18,21 @@
body
, .bcharset
{ background: #222 !important }
{ background : #222 !important }
ul#tTabCell li:nth-of-type(2n)
{ background: #333 !important }
{ background : #333 !important }
input, button, select, textarea
{ background: #333 !important
; border: 1px solid #222 !important
input
, button
, select
, textarea
{ background : #333 !important
; border : 1px solid #222 !important
}
.tTextArea120, .tWzgBlock120
.tTextArea120
, .tWzgBlock120
{ padding-right : 0 !important }
p
@ -39,6 +43,6 @@ p
, .tBoxAdv
, .tBannerRight120
, #placeholder
{ display: none !important }
{ display : none !important }
}