Fixes ASB
This commit is contained in:
parent
aa1a1e9047
commit
4de7215478
@ -6,7 +6,8 @@ export const DARKSTARS_CONFIG = {
|
|||||||
"asb": "SSB",
|
"asb": "SSB",
|
||||||
"ssb": "SSB",
|
"ssb": "SSB",
|
||||||
"msb": "MSB",
|
"msb": "MSB",
|
||||||
"psb": "PSB"
|
"psb": "PSB",
|
||||||
|
"asb": "ASB"
|
||||||
},
|
},
|
||||||
location : {
|
location : {
|
||||||
"head": "Head",
|
"head": "Head",
|
||||||
|
@ -82,6 +82,14 @@
|
|||||||
.tabs .item.active, .blessures-list li ul li:first-child:hover, a:hover {
|
.tabs .item.active, .blessures-list li ul li:first-child:hover, a:hover {
|
||||||
text-shadow: 1px 0px 0px #ff6600;
|
text-shadow: 1px 0px 0px #ff6600;
|
||||||
}
|
}
|
||||||
|
select {
|
||||||
|
background: rgba(228, 240, 240, 0.75);
|
||||||
|
color: rgba(66, 66, 64, 0.95);
|
||||||
|
}
|
||||||
|
select option {
|
||||||
|
background: rgba(228, 240, 240, 0.75);
|
||||||
|
color: rgba(66, 66, 64, 0.95);
|
||||||
|
}
|
||||||
|
|
||||||
.rollable:hover, .rollable:focus {
|
.rollable:hover, .rollable:focus {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
"styles": [
|
"styles": [
|
||||||
"styles/simple.css"
|
"styles/simple.css"
|
||||||
],
|
],
|
||||||
"version": "10.0.3",
|
"version": "10.0.4",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "10",
|
"verified": "10",
|
||||||
@ -99,7 +99,7 @@
|
|||||||
},
|
},
|
||||||
"title": "Dark Stars RPG",
|
"title": "Dark Stars RPG",
|
||||||
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/raw/branch/main/system.json",
|
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/raw/branch/main/system.json",
|
||||||
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v10.0.3.zip",
|
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v10.0.4.zip",
|
||||||
"url": "https://www.uberwald.me/gitea/uberwald/",
|
"url": "https://www.uberwald.me/gitea/uberwald/",
|
||||||
"background": "images/ui/dark_stars_welcome_page.webp",
|
"background": "images/ui/dark_stars_welcome_page.webp",
|
||||||
"id": "fvtt-dark-stars"
|
"id": "fvtt-dark-stars"
|
||||||
|
Loading…
Reference in New Issue
Block a user