Bump Baukula to 1.0.7
This commit is contained in:
parent
1e1d405b2e
commit
a70e98516c
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue