diff --git a/meta.kdl b/meta.kdl index 5612075..c43cbc3 100644 --- a/meta.kdl +++ b/meta.kdl @@ -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" diff --git a/style.user.css b/style.user.css index da27e2d..2174985 100644 --- a/style.user.css +++ b/style.user.css @@ -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 } }