1
Fork 0

Bump Baukula to 1.0.7

This commit is contained in:
Bauke 2020-03-19 13:58:32 +01:00
parent 1e1d405b2e
commit a70e98516c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 16 additions and 4 deletions

View File

@ -6,7 +6,7 @@
| Name | Version | Applies To | User CSS |
|------|---------|------------|----------|
| Tildes Baukula | 1.0.6 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-baukula/tildes-baukula.user.css)
| Tildes Baukula | 1.0.7 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-baukula/tildes-baukula.user.css)
| Tildes Compact | 1.0.8 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css) |
## Installing

View File

@ -186,6 +186,12 @@ body.theme-dracula a.site-header-context[href^="/~"]:visited,
body.theme-dracula .nav .nav-item a[href^="/~"]:visited {
color: #ffb86c;
}
body.theme-dracula .group-list-item-subscribed a.link-group {
color: #8be9fd;
}
body.theme-dracula .group-list-item-not-subscribed a.link-group {
color: #f1fa8c;
}
body.theme-dracula a.site-header-logo:hover {
color: #f8f8f2;
}

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Tildes Baukula
@namespace tildes.net
@version 1.0.6
@version 1.0.7
@author Bauke
@description Adaptations to make the official Dracula theme look like my old one.
@homepageURL https://gitlab.com/Bauke/styles
@ -197,6 +197,12 @@ body.theme-dracula a.site-header-context[href^="/~"]:visited,
body.theme-dracula .nav .nav-item a[href^="/~"]:visited {
color: #ffb86c;
}
body.theme-dracula .group-list-item-subscribed a.link-group {
color: #8be9fd;
}
body.theme-dracula .group-list-item-not-subscribed a.link-group {
color: #f1fa8c;
}
body.theme-dracula a.site-header-logo:hover {
color: #f8f8f2;
}

View File

@ -1,10 +1,10 @@
{
"name": "tildes-baukula",
"version": "1.0.6",
"version": "1.0.7",
"usercss": {
"name": "Tildes Baukula",
"namespace": "tildes.net",
"version": "1.0.6",
"version": "1.0.7",
"author": "Bauke",
"description": "Adaptations to make the official Dracula theme look like my old one.",
"homepageURL": "https://gitlab.com/Bauke/styles",