diff options
| author | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 20:11:25 -0600 |
|---|---|---|
| committer | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 20:11:25 -0600 |
| commit | 8ce31d0df63bc76c91e55ab40d0fc80de74a9f04 (patch) | |
| tree | 83bc68ba0b1d2e778ad3deebf15c03e5076f0bb8 /css/nopiracy.css | |
| parent | 3f3e5d7348b77b08488cc8dd65c47ecd3b63c1ac (diff) | |
Create new color palate, make links pretty in nopiracy
Diffstat (limited to 'css/nopiracy.css')
| -rw-r--r-- | css/nopiracy.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/css/nopiracy.css b/css/nopiracy.css index 58db5c8..f328fa4 100644 --- a/css/nopiracy.css +++ b/css/nopiracy.css | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | :root { | ||
| 2 | --conions: #9c47c7; | ||
| 3 | --ci2p: #ffc434; | ||
| 4 | --cwarning: rgb(255, 0, 0); | ||
| 5 | } | ||
| 6 | |||
| 7 | li a.tor::before, li a.i2p::before, li a.bad::before { | ||
| 8 | content: "["; | ||
| 9 | } | ||
| 10 | |||
| 11 | li a.tor::after, li a.i2p::after, li a.bad::after { | ||
| 12 | content: "]" | ||
| 13 | } | ||
| 14 | |||
| 15 | a.tor { | ||
| 16 | color: var(--conions); | ||
| 17 | } | ||
| 18 | |||
| 19 | a.i2p { | ||
| 20 | color: var(--ci2p); | ||
| 21 | } | ||
| 22 | |||
| 23 | a.bad { | ||
| 24 | color: var(--cwarning); | ||
| 25 | } | ||
| 26 | |||
| 1 | .sbscontainer { | 27 | .sbscontainer { |
| 2 | display: flex; | 28 | display: flex; |
| 3 | flex-direction: row; | 29 | flex-direction: row; |
