From 4de72154782108aef84f81e941b33bf8ff2a43d4 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Mon, 26 Dec 2022 21:14:37 +0100 Subject: [PATCH] Fixes ASB --- modules/dark-stars-config.js | 3 ++- styles/simple.css | 8 ++++++++ system.json | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/modules/dark-stars-config.js b/modules/dark-stars-config.js index 2741361..d437f5f 100644 --- a/modules/dark-stars-config.js +++ b/modules/dark-stars-config.js @@ -6,7 +6,8 @@ export const DARKSTARS_CONFIG = { "asb": "SSB", "ssb": "SSB", "msb": "MSB", - "psb": "PSB" + "psb": "PSB", + "asb": "ASB" }, location : { "head": "Head", diff --git a/styles/simple.css b/styles/simple.css index 6571b66..918d55f 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -82,6 +82,14 @@ .tabs .item.active, .blessures-list li ul li:first-child:hover, a:hover { 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 { color: #000; diff --git a/system.json b/system.json index 04580dd..ef7671f 100644 --- a/system.json +++ b/system.json @@ -91,7 +91,7 @@ "styles": [ "styles/simple.css" ], - "version": "10.0.3", + "version": "10.0.4", "compatibility": { "minimum": "10", "verified": "10", @@ -99,7 +99,7 @@ }, "title": "Dark Stars RPG", "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/", "background": "images/ui/dark_stars_welcome_page.webp", "id": "fvtt-dark-stars"