__ 20220107@163743
This commit is contained in:
parent
bf82d2bd4b
commit
bf79a92a54
|
@ -0,0 +1,12 @@
|
||||||
|
title "translit-dark"
|
||||||
|
description "Dark Mode for Translit.net"
|
||||||
|
media-type "userstyle"
|
||||||
|
tags "ui" "code"
|
||||||
|
license "MIT"
|
||||||
|
homepage "https://dym.sh/translit-dark"
|
||||||
|
|
||||||
|
|
||||||
|
mirrors {
|
||||||
|
github "https://github.com/dym-sh/translit-dark"
|
||||||
|
gitlab "https://gitlab.com/dym-sh/translit-dark"
|
||||||
|
}
|
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 44 KiB |
27
readme.md
27
readme.md
|
@ -2,33 +2,10 @@
|
||||||
|
|
||||||
> Dark Mode for Translit.net
|
> Dark Mode for Translit.net
|
||||||
|
|
||||||
|
|
||||||
## preview
|
|
||||||
![preview](preview.png)
|
![preview](preview.png)
|
||||||
|
|
||||||
|
|
||||||
## install
|
## install
|
||||||
requires [Stylus](https://add0n.com/stylus.html) or similar
|
open the [`style.user.css`](./style.user.css)
|
||||||
|
|
||||||
- [style.user.css](./style.user.css)
|
(requires the [Stylus](https://add0n.com/stylus.html) browser addon, or something similar)
|
||||||
- https://raw.githubusercontent.com/dym-sh/translit-dark/latest/style.user.css
|
|
||||||
- https://gitlab.com/dym-sh/translit-dark/-/raw/latest/style.user.css
|
|
||||||
- https://dym.sh/translit-dark/style.user.css
|
|
||||||
- https://userstyles.org/styles/164890/translit-net-dark
|
|
||||||
|
|
||||||
|
|
||||||
## mirrors
|
|
||||||
- https://github.com/dym-sh/translit-dark
|
|
||||||
- https://gitlab.com/dym-sh/translit-dark
|
|
||||||
- https://dym.sh/translit-dark
|
|
||||||
- hyper://76fd64feb68e16ee91602616b019ac94a7e4478014d2314ceba1ccece0c7fc9d /[?](https://beakerbrowser.com)
|
|
||||||
|
|
||||||
|
|
||||||
## tags
|
|
||||||
- #userstyle
|
|
||||||
- #dark_mode
|
|
||||||
- #css
|
|
||||||
|
|
||||||
|
|
||||||
## license
|
|
||||||
[mit](license)
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name translit-dark
|
@name translit-dark
|
||||||
@description Dark Mode for Translit.net
|
@description Dark Mode for Translit.net
|
||||||
@version 2020.11.19
|
@version 2021.01.18
|
||||||
@namespace dym-sh
|
@namespace dym.sh
|
||||||
@author dym-sh
|
@author Dym Sohin
|
||||||
@homepageURL https://dym.sh/translit-dark
|
@homepageURL https://dym.sh/translit-dark
|
||||||
@updateURL https://dym.sh/translit-dark/style.user.css
|
@updateURL https://dym.sh/translit-dark/style.user.css
|
||||||
@license MIT
|
@license MIT
|
||||||
|
|
Loading…
Reference in New Issue